summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-10-02 22:22:16 +0200
committerMarcin Wieczorek2016-10-02 22:22:16 +0200
commitda6650a9371c1e1072f465aecfd2c3e442a711a3 (patch)
treeb2752ce78b363fafb9c0902e7d595d6229a48290 /PKGBUILD
parent4e0139119cec79f57e7374417971a4bf2cec59c0 (diff)
downloadaur-da6650a9371c1e1072f465aecfd2c3e442a711a3.tar.gz
Update to 1.9.19
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4de12ddb2150..6fe2a6b0e53a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.9.18
+pkgver=1.9.19
pkgrel=1
pkgdesc='Login utility and PAM module for Duo Security two-factor authentication'
arch=('i686' 'x86_64')
url='https://www.duosecurity.com/docs/duounix'
license=('custom:GPL2')
-depends=('openssl' 'pam')
+depends=('pam')
install="${pkgname}.install"
backup=('etc/duo/login_duo.conf' 'etc/duo/pam_duo.conf')
source=("https://dl.duosecurity.com/duo_unix-${pkgver}.tar.gz")
# https://www.duosecurity.com/docs/checksums#duounix
-sha1sums=('470ac92f0317cd571429441f1dc61a12cd933ba8')
+sha1sums=('d095f005ae42703d338f9002b13f12d5a2160fcb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"