diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-28 14:50:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 12:36:41 +0000 |
commit | cbca077fc726b245a1c0094bb8b42d8ba46901f4 (patch) | |
tree | f34cffabc7c4779294f3429d43bc2f40bee57fa1 /community/mate-backgrounds | |
parent | 445fba17b76edd5ed3d82ed84d3cd3ad74ad3434 (diff) | |
download | aports-cbca077fc726b245a1c0094bb8b42d8ba46901f4.tar.bz2 aports-cbca077fc726b245a1c0094bb8b42d8ba46901f4.tar.xz |
community/mate-backgrounds: upgrade to 1.14.0
Diffstat (limited to 'community/mate-backgrounds')
-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 22dbed592..1a48f1e2c 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.12.0 +pkgver=1.14.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="7edcf70a058e4ec0ddf8666f84360e81 mate-backgrounds-1.12.0.tar.xz" -sha256sums="841f098c94967fce74d6dd57cd0291e7aaee65effbd94d767a16b2f25feb6c2d mate-backgrounds-1.12.0.tar.xz" -sha512sums="3dfb175bf0a2240b2639a6038625679d9f13ed7c9b8e381eb4249f9938410cbb24593fa00baac7a1dd7458ecd00ea6e24ab03ff161381d250ddbac5b5cbabc55 mate-backgrounds-1.12.0.tar.xz" +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" |