From 58457c8c5529974c1b460222e55f5203a0318f30 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 10 Oct 2019 22:04:46 -0300 Subject: community/duo_unix: upgrade to 1.11.3 --- community/duo_unix/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/duo_unix') 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 # Maintainer: Paul Morgan 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" -- cgit v1.2.3