diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 04:09:23 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-07 04:09:23 +0000 |
commit | e33d38b51312799ecd1aed00a878557df38e8bfb (patch) | |
tree | e219e2d38a03b2bc20b9d00a372f24b42add31a6 /community/mate-common | |
parent | 99a204052042caedfcbaf9ef1b262c5ded6b002d (diff) | |
download | aports-e33d38b51312799ecd1aed00a878557df38e8bfb.tar.bz2 aports-e33d38b51312799ecd1aed00a878557df38e8bfb.tar.xz |
community/mate-common: upgrade to 1.18.0
Diffstat (limited to 'community/mate-common')
-rw-r--r-- | community/mate-common/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/mate-common/APKBUILD b/community/mate-common/APKBUILD index ae7c2dd301..10ec46880f 100644 --- a/community/mate-common/APKBUILD +++ b/community/mate-common/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-common -pkgver=1.16.0 +pkgver=1.18.0 pkgrel=0 pkgdesc="Common scripts and macros" url="http://mate-desktop.org/" @@ -42,6 +42,4 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="39b12b881426147a1d95c53434391e30 mate-common-1.16.0.tar.xz" -sha256sums="34d3a8c58647806aebde24f705c07e1dc8083cd4baa55b45d3e51e367c2ef20a mate-common-1.16.0.tar.xz" -sha512sums="3cf13f28c43072a26f48099eeeceb920a88bd86c258ca91e58f36c164ffa12b9c43d379c1130734df5c39070c74ee3f144ef7d81a6561244bd07af2b81173224 mate-common-1.16.0.tar.xz" +sha512sums="cdc8d39a78ebb1a0fb0d8179814ce59691006a21cb10d78b818cf62a8f42c89d01c9126e93b5fa3b7ac27adce52d3a2512ac2fb63c41e6c5a698a767e9176563 mate-common-1.18.0.tar.xz" |