diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 10:31:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 10:49:04 +0000 |
commit | 19f2c7f6cc1fad562b00b7e283ed403623f749e4 (patch) | |
tree | 3f70bfde5c0883981c66bb3317c973f9d4eb6f8c /community/mate-backgrounds/APKBUILD | |
parent | 2c1880c4c68461c95c983a8572359d11708ce839 (diff) | |
download | aports-19f2c7f6cc1fad562b00b7e283ed403623f749e4.tar.bz2 aports-19f2c7f6cc1fad562b00b7e283ed403623f749e4.tar.xz |
community/mate-backgrounds: upgrade to 1.12.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 9d2232a68a..22dbed5922 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.10.0 +pkgver=1.12.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="479002dcea97ade8747cd6c1ba13e06f mate-backgrounds-1.10.0.tar.xz" -sha256sums="fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794 mate-backgrounds-1.10.0.tar.xz" -sha512sums="b69f2ad935c0759fe9616e6e46b2bbe6adfbb5c4fa35b064cef54e5d1957539a6aa5e28051f995c7d68b893b40600fedafad2929460972fd30ff78c66bdf1dea mate-backgrounds-1.10.0.tar.xz" +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" |