diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 20:44:20 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 20:47:52 -0300 |
commit | 17b60827240ff07cefa740beeed5198339a2a07c (patch) | |
tree | eac67a774013d07657948a841ed5c14289b994ac | |
parent | ea0ad224c53f5a7feb3de53acfcc0628aa142412 (diff) |
community/mate-backgrounds: upgrade to 1.24.1
-rw-r--r-- | community/mate-backgrounds/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-backgrounds/APKBUILD b/community/mate-backgrounds/APKBUILD index a67c22c477b..2b158c39141 100644 --- a/community/mate-backgrounds/APKBUILD +++ b/community/mate-backgrounds/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-backgrounds -pkgver=1.24.0 +pkgver=1.24.1 pkgrel=0 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="29bb18ad77767593c9428c0bbb28da5b2fccab67b71b7d295784c7ec018692f6d5fcdcbae202549650765bc090932cec99a9ec9066d066dc8b4fc6d7347f5905 mate-backgrounds-1.24.0.tar.xz" +sha512sums="6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09 mate-backgrounds-1.24.1.tar.xz" |