diff options
author | Alan Lacerda <alacerda@alpinelinux.org> | 2015-03-19 14:36:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-23 12:23:04 +0000 |
commit | 8946abe0b69af24fa168df175d27721c547e9b07 (patch) | |
tree | ca887e13bf901ce765376353f0b1c9eb3ecced63 | |
parent | 2d91f1937d7e39e7a8e7c6bb67d963c8cf787a1c (diff) | |
download | aports-8946abe0b69af24fa168df175d27721c547e9b07.tar.bz2 aports-8946abe0b69af24fa168df175d27721c547e9b07.tar.xz |
testing/mate-backgrounds: upgrade to 1.9.90
-rw-r--r-- | testing/mate-backgrounds/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/mate-backgrounds/APKBUILD b/testing/mate-backgrounds/APKBUILD index e09f7205e7..9b8fc71e88 100644 --- a/testing/mate-backgrounds/APKBUILD +++ b/testing/mate-backgrounds/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: pkgname=mate-backgrounds -pkgver=1.9.1 +pkgver=1.9.90 pkgrel=0 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" @@ -40,6 +40,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="45426a34ec0995f3c33f7fe4de807962 mate-backgrounds-1.9.1.tar.xz" -sha256sums="29eb2931ce65e196e1ad4f58ac78ca0696051238c7b1b5638adb1409de07e1d9 mate-backgrounds-1.9.1.tar.xz" -sha512sums="a6e56021a90885758a46f8a27d30c11689dd2bba42e18b49cd45fc49819f6bb099a737a5995127e02cbd338c4019d902e1852e1dcd6a344df1afdda12c9b9062 mate-backgrounds-1.9.1.tar.xz" +md5sums="699fdfedde63cbe7f4a0928e6e9ec2cc mate-backgrounds-1.9.90.tar.xz" +sha256sums="f9728de1b67dfac709841ed9dfc1f9bd2ef111761825b76df61d4cefd3d1779e mate-backgrounds-1.9.90.tar.xz" +sha512sums="8b11d6ac026d8dcacd50a446405367ecf93f5408055fb7a79cbd1736005640e865b7e22e1812e0d628b4e34742dc128467f946fa56c396c6edd44652850ae058 mate-backgrounds-1.9.90.tar.xz" |