diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 02:03:46 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 02:03:46 +0000 |
commit | 63390a3837931ff8f01dff24eb409fd50944252a (patch) | |
tree | 6d8ed180d481c3a5dfd1efcbcb2edb705f5d2591 /community/mate-common | |
parent | 0944d1d1571debf8378e5c7b6d3c45a45be582b3 (diff) | |
download | aports-63390a3837931ff8f01dff24eb409fd50944252a.tar.bz2 aports-63390a3837931ff8f01dff24eb409fd50944252a.tar.xz |
community/mate-common: upgrade to 1.19.0
Diffstat (limited to 'community/mate-common')
-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" |