diff options
author | Paul Morgan <jumanjiman@gmail.com> | 2019-08-18 13:43:42 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-08-18 20:01:50 +0300 |
commit | fd473add1a03d87d1a79b2f1376d261ba3828678 (patch) | |
tree | 81997457ce07add9d6d9a4516679bc10c5fb4973 /community | |
parent | 27d6204dc03ddf54a4eb01b464b42ffd55b96540 (diff) | |
download | aports-fd473add1a03d87d1a79b2f1376d261ba3828678.tar.bz2 aports-fd473add1a03d87d1a79b2f1376d261ba3828678.tar.xz |
community/duo_unix: upgrade to 1.11.2
Diffstat (limited to 'community')
-rw-r--r-- | community/duo_unix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index b1b5231905..d37dbbfd0b 100644 --- a/community/duo_unix/APKBUILD +++ b/community/duo_unix/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Kris Reese <ktreese@gmail.com> # Maintainer: Paul Morgan <jumanjiman@gmail.com> pkgname=duo_unix -pkgver=1.11.1 +pkgver=1.11.2 pkgrel=0 pkgdesc="Duo two-factor authentication for Unix systems with Pluggable Authentication Modules (PAM)" url="https://duo.com/docs/duounix" @@ -24,4 +24,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d871173f9e121f1d42e4161b1b2c44bbee001e390c6d45a44f68e74b4bf5b8562ac5cef8f8910d9148001955f8a20380331bf2d6f0e77d9af20d739fc0118678 duo_unix-1.11.1.tar.gz" +sha512sums="bf7669e2295d31255ffb848ec46310d623871fe1f7687cd4675d31b14ed62c2f31939c19bd82f639989cf6ff3f79be84dbf30fe7cfe53c03719289c72c4b0b6a duo_unix-1.11.2.tar.gz" |