diff options
Diffstat (limited to 'community/mate-common/APKBUILD')
-rw-r--r-- | community/mate-common/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mate-common/APKBUILD b/community/mate-common/APKBUILD index b974257292..d3d29df75c 100644 --- a/community/mate-common/APKBUILD +++ b/community/mate-common/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-common -pkgver=1.18.0 -pkgrel=1 +pkgver=1.19.0 +pkgrel=0 pkgdesc="Common scripts and macros" url="http://mate-desktop.org/" arch="noarch" @@ -31,4 +31,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="cdc8d39a78ebb1a0fb0d8179814ce59691006a21cb10d78b818cf62a8f42c89d01c9126e93b5fa3b7ac27adce52d3a2512ac2fb63c41e6c5a698a767e9176563 mate-common-1.18.0.tar.xz" +sha512sums="b96de402ed3921c302a5072c06c9d6aeec3ff0665446f44aeced85b03660618fcdb737c2b027e01b9188ba2812ac4fed51a05dd757cd7d0881c4eee31e418b80 mate-common-1.19.0.tar.xz" |