diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 10:33:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 10:49:04 +0000 |
commit | 2dcf973df9d06fd0e4ae1c43c12c2535b45b0dd7 (patch) | |
tree | e785d5944d27faf7e2bc6c0a7236f2c43aa15191 /community | |
parent | 9ef0be0d4a78acf62d5f4462cb925fdb3970a98e (diff) | |
download | aports-2dcf973df9d06fd0e4ae1c43c12c2535b45b0dd7.tar.bz2 aports-2dcf973df9d06fd0e4ae1c43c12c2535b45b0dd7.tar.xz |
community/mate-polkit: upgrade to 1.12.0
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-polkit/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mate-polkit/APKBUILD b/community/mate-polkit/APKBUILD index 7f4cb35de0..887493f77e 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.10.2 +pkgver=1.12.0 pkgrel=0 pkgdesc="MATE Authentication Agent for PolicyKit" url="https://github.com/mate-desktop/mate-polkit" @@ -42,6 +42,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="ebb243e915020380f11726c64daf31f7 mate-polkit-1.10.2.tar.xz" -sha256sums="adc5576e1ee5deb8d586c15b34ef06cc04cfe502fd5d05eeacb889293247ef50 mate-polkit-1.10.2.tar.xz" -sha512sums="159cc1baa1d4c58262c492e72509dea7eee18d338e81bf1bc3d7708b5097943ac463afb0c90fc939275fbf4818c67fe9b85cd0d993ef94e896783bcad1488188 mate-polkit-1.10.2.tar.xz" +md5sums="f97529b87420913ba1ca335e358f4c04 mate-polkit-1.12.0.tar.xz" +sha256sums="c38f0a0c3d4e10fc95d27fa4e8d47eb6948e8c9279a82f316f563666571bf8b9 mate-polkit-1.12.0.tar.xz" +sha512sums="b6e771062e29d2f4f2823638e39f5e5b349b98fcf8fd8d652d847d568eee919d37956089d7bef1463d96f801f852d10d9423bb8c20f8a54dfe8188d19ab6fb0c mate-polkit-1.12.0.tar.xz" |