summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2563a86179b..f20d50daeb38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duo_unix
pkgdesc = Login utility and PAM module for Duo Security two-factor authentication
- pkgver = 1.11.3
+ pkgver = 2.0.3
pkgrel = 1
url = https://www.duosecurity.com/docs/duounix
install = duo_unix.install
@@ -11,8 +11,7 @@ pkgbase = duo_unix
depends = pam
backup = etc/duo/login_duo.conf
backup = etc/duo/pam_duo.conf
- source = https://dl.duosecurity.com/duo_unix-1.11.3.tar.gz
- sha1sums = 2a1ee874a46b5bd40805adbee1b3f097e7a17e28
+ source = https://dl.duosecurity.com/duo_unix-2.0.3.tar.gz
+ sha1sums = 92d59155b20e49782576b65f584c884a282c9b0e
pkgname = duo_unix
-
diff --git a/PKGBUILD b/PKGBUILD
index 9cda2e01ac62..b40894f67431 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.11.3
+pkgver=2.0.3
pkgrel=1
pkgdesc='Login utility and PAM module for Duo Security two-factor authentication'
arch=('i686' 'x86_64' 'armv7h')
@@ -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=('2a1ee874a46b5bd40805adbee1b3f097e7a17e28')
+sha1sums=('92d59155b20e49782576b65f584c884a282c9b0e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"