diff options
Diffstat (limited to 'community/kauth/APKBUILD')
-rw-r--r-- | community/kauth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD index 6f1be14bc6..b5a06f0150 100644 --- a/community/kauth/APKBUILD +++ b/community/kauth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kauth -pkgver=5.65.0 +pkgver=5.66.0 pkgrel=0 pkgdesc="Abstraction to system policy and authentication features" arch="all" @@ -38,4 +38,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="5de70c1ddf73ab7def59d057d596acc657ee54e11a7def29b37e44f8458f4c65422afb8613efd94bad83974eea428e393fe9c2d5aa8482ab410ea83cf7be7a6e kauth-5.65.0.tar.xz" +sha512sums="dbc05ace539ba19cb4ccb0da995ea7049fc7702d2405f0d71c71423b22309df6194457a625525dcf47f504856d80b640276e60fce9369c8efadc1bb5123ca3d2 kauth-5.66.0.tar.xz" |