diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 08:23:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 10:19:18 +0000 |
commit | 807e35455bd6c5b3a61780933e8a5739dc2c8df5 (patch) | |
tree | 8c85e67816df1195c222b0f831fded3fd0e227e2 /community | |
parent | f8e2915ce6232baa204fc4b0e01c16fdfbbd420c (diff) | |
download | aports-807e35455bd6c5b3a61780933e8a5739dc2c8df5.tar.bz2 aports-807e35455bd6c5b3a61780933e8a5739dc2c8df5.tar.xz |
community/mate-backgrounds: upgrade to 1.20.0
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-backgrounds/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mate-backgrounds/APKBUILD b/community/mate-backgrounds/APKBUILD index 99f1a07337..b9c40189f7 100644 --- a/community/mate-backgrounds/APKBUILD +++ b/community/mate-backgrounds/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-backgrounds -pkgver=1.19.0 -pkgrel=1 +pkgver=1.20.0 +pkgrel=0 pkgdesc="Background images and data for MATE" url="https://github.com/mate-desktop/mate-backgrounds" arch="noarch" @@ -33,4 +33,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="8392eeb54bef9afaafe3f6afd5517fa09e22e6159b123ac47de2933f17c027c579b0370de858652a83fccefacba729efe98d7f3bfa7e853ba759d82ec849a60d mate-backgrounds-1.19.0.tar.xz" +sha512sums="6ecf802ad357ea001ebd32481223f62867729c617c4c85f6d3ef1e893f610705c5a72b3257a1fa38e8000b510c1ed60c743472c2045e2af0f4b22ce57ee611de mate-backgrounds-1.20.0.tar.xz" |