diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 12:48:52 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-16 12:48:52 +0000 |
commit | 71b1cf2ddae919e7d98a7e25f6c6bedbf96bea2f (patch) | |
tree | ab0690a936ed66da6de7317f4997c2aae5cfb71f /community/mate-polkit | |
parent | a378b8d44da9dfc5a5cca47e61fe5cb55a3b9c7d (diff) | |
download | aports-71b1cf2ddae919e7d98a7e25f6c6bedbf96bea2f.tar.bz2 aports-71b1cf2ddae919e7d98a7e25f6c6bedbf96bea2f.tar.xz |
community/mate-polkit: upgrade to 1.19.0
Diffstat (limited to 'community/mate-polkit')
-rw-r--r-- | community/mate-polkit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mate-polkit/APKBUILD b/community/mate-polkit/APKBUILD index f01806e9b7..7473430553 100644 --- a/community/mate-polkit/APKBUILD +++ b/community/mate-polkit/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-polkit -pkgver=1.18.1 -pkgrel=1 +pkgver=1.19.0 +pkgrel=0 pkgdesc="MATE Authentication Agent for PolicyKit" url="https://github.com/mate-desktop/mate-polkit" arch="all" @@ -34,4 +34,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="086723b0b0c14a6b1ea77e1f0a294546ef3e44d42a460e424b22c92e8f962bf55c9c379600fb6642be60167ef07f07835c2eb939232941051aa397af805e79fa mate-polkit-1.18.1.tar.xz" +sha512sums="994519728a2bd7204d48cf64e892fef15818b8f575671677e6d103831285f42d91693005c467384c92a0c37a296a5e36eeb4ef20c343257065db819cb24383e8 mate-polkit-1.19.0.tar.xz" |