diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 12:21:45 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 12:21:45 +0000 |
commit | 2647f69cec347b834266432f6c51d06e3002fe42 (patch) | |
tree | aa34088904171fc73c6feb8e882d90bfaf786934 | |
parent | 920d4e29872f00c0b677fca821f9b6e7e99b711b (diff) | |
download | aports-2647f69cec347b834266432f6c51d06e3002fe42.tar.bz2 aports-2647f69cec347b834266432f6c51d06e3002fe42.tar.xz |
community/mate-polkit: upgrade to 1.20.1
-rw-r--r-- | community/mate-polkit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mate-polkit/APKBUILD b/community/mate-polkit/APKBUILD index 2b5e398d97..73818f32e8 100644 --- a/community/mate-polkit/APKBUILD +++ b/community/mate-polkit/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-polkit -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=0 pkgdesc="MATE Authentication Agent for PolicyKit" url="https://github.com/mate-desktop/mate-polkit" @@ -35,4 +35,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="d842937cdb62d441140aed68e879bd6972c4ef7351093575bf1fda399f051ece26fb542834060b21cb53d308717f58e57cbd354521b68b27841809f1fd32cfcb mate-polkit-1.20.0.tar.xz" +sha512sums="8e657c2783a575f634e5003d4225c438d92fdc100d313ba33e708f8454953ef335e38b0a83d975f990dcdac1cb36506cf6da32d729a2fac537995cddace0b8fd mate-polkit-1.20.1.tar.xz" |