summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-09-06 11:09:34 +0200
committerMarcin Wieczorek2017-09-06 11:09:34 +0200
commitd39f6798c7c48b53e6f94695c7cceebc5fead9e3 (patch)
treed8b4e666dff6bb8f26c587aadd0afad54b21f483 /PKGBUILD
parentf9c29509543663e3d08840f4d58f542c308e2ed5 (diff)
downloadaur-d39f6798c7c48b53e6f94695c7cceebc5fead9e3.tar.gz
Version 1.10.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05ae1e2f50fc..4c7fc6cbf6aa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.9.20
+pkgver=1.10.1
pkgrel=1
pkgdesc='Login utility and PAM module for Duo Security two-factor authentication'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='https://www.duosecurity.com/docs/duounix'
license=('custom:GPL2')
depends=('pam')
@@ -15,7 +15,7 @@ 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=('d3d9491b7270fe81d219f087e7cc4a39f9e44a04')
+sha1sums=('66d08f2286c7f7877ec4bb6770b939e01f7dfb96')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"