diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-17 12:32:02 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-18 08:54:03 +0000 |
commit | 8e140a449daee41f303fcce1bda5b18b97923725 (patch) | |
tree | 8f251ea16d583831fdbe33ddab1505da51913fdf /community/mate-backgrounds/APKBUILD | |
parent | f93cbc9e34ce58fa86df0da77087473c5be5d7f3 (diff) | |
download | aports-8e140a449daee41f303fcce1bda5b18b97923725.tar.bz2 aports-8e140a449daee41f303fcce1bda5b18b97923725.tar.xz |
community/mate-backgrounds: upgrade to 1.16.0
Diffstat (limited to 'community/mate-backgrounds/APKBUILD')
-rw-r--r-- | community/mate-backgrounds/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mate-backgrounds/APKBUILD b/community/mate-backgrounds/APKBUILD index 1a48f1e2c9..cc1ed37a8f 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.14.0 +pkgver=1.16.0 pkgrel=0 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" @@ -41,6 +41,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="28f183f658f6b648cc86d5f0973acb90 mate-backgrounds-1.14.0.tar.xz" -sha256sums="1e01411969496e766db479b53ea1caa66ae7e3b350d011aa112840dcffd30751 mate-backgrounds-1.14.0.tar.xz" -sha512sums="01bbe17b6c42626a056e3648bdbaef5b3fac950c7da951641634f543b496b24f5b0777d85269d6905f0b08e636eb50e19a348030b874e6c91208434c042d204f mate-backgrounds-1.14.0.tar.xz" +md5sums="05fae7bb61e91fd9280226e1cd406d4a mate-backgrounds-1.16.0.tar.xz" +sha256sums="37cc2489033b1bba03de2ada567f8e40de3d5c3e36b7af16270baaf3765a1a39 mate-backgrounds-1.16.0.tar.xz" +sha512sums="fa9d3913089a90fa4260820b4d074d7d1209cf9a384929cd041fe9eef396b6796cc61eb3897d08283eb4d7ad852686e8e99d345514194523cdfb22566c5487e8 mate-backgrounds-1.16.0.tar.xz" |