diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 22:04:46 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 22:34:48 -0300 |
commit | 58457c8c5529974c1b460222e55f5203a0318f30 (patch) | |
tree | 3bbadb2dc37036a109c264b5a293a22d44f0d6c5 /community/duo_unix/APKBUILD | |
parent | 7b9579a5a0cf10b22ff71ea6a4cbcdc8a52ec790 (diff) | |
download | aports-58457c8c5529974c1b460222e55f5203a0318f30.tar.bz2 aports-58457c8c5529974c1b460222e55f5203a0318f30.tar.xz |
community/duo_unix: upgrade to 1.11.3
Diffstat (limited to 'community/duo_unix/APKBUILD')
-rw-r--r-- | community/duo_unix/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index d37dbbfd0b..2dcd567842 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.2 +pkgver=1.11.3 pkgrel=0 pkgdesc="Duo two-factor authentication for Unix systems with Pluggable Authentication Modules (PAM)" url="https://duo.com/docs/duounix" @@ -10,9 +10,8 @@ arch="all" license="GPL-2.0" depends="openssh openssh-server-pam" makedepends="openssl-dev linux-pam-dev libtool" -subpackages="$pkgname-doc" -source="https://dl.duosecurity.com/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" +subpackages="$pkgname-doc $pkgname-dev" +source="https://dl.duosecurity.com/duo_unix-$pkgver.tar.gz" options="suid !check" #make check fails with error: redefinition of 'fopen' build() { @@ -24,4 +23,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="bf7669e2295d31255ffb848ec46310d623871fe1f7687cd4675d31b14ed62c2f31939c19bd82f639989cf6ff3f79be84dbf30fe7cfe53c03719289c72c4b0b6a duo_unix-1.11.2.tar.gz" +sha512sums="d00d0bde48324ff11a1aacc6edf87ef2bd1c3745d827efd5eadf7c2043d2dd59e78e8c1ec66a008c2859d1257ff326aaccd76db88a34cea1262ef1bd16d0c695 duo_unix-1.11.3.tar.gz" |