summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2019-10-28 12:13:50 +0100
committerMarcin Wieczorek2019-10-28 12:13:50 +0100
commite98852bda40b73f1f85b6d5a8f6e34e81ac7b2a1 (patch)
treed990aacf8a905735582b52b721a015bd2faa6965
parentc0b578a00be63e2a5e9b9a9b54d6efc3f92b9363 (diff)
downloadaur-e98852bda40b73f1f85b6d5a8f6e34e81ac7b2a1.tar.gz
Version 1.11.3
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ae0cdf5989d..e2563a86179b 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.2
+ pkgver = 1.11.3
pkgrel = 1
url = https://www.duosecurity.com/docs/duounix
install = duo_unix.install
@@ -11,8 +11,8 @@ 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.2.tar.gz
- sha1sums = 201c6b9ed92e24f22f4ff70b65b10bb5352d3488
+ source = https://dl.duosecurity.com/duo_unix-1.11.3.tar.gz
+ sha1sums = 2a1ee874a46b5bd40805adbee1b3f097e7a17e28
pkgname = duo_unix
diff --git a/PKGBUILD b/PKGBUILD
index 5194aea3cbea..9cda2e01ac62 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.11.2
+pkgver=1.11.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=('201c6b9ed92e24f22f4ff70b65b10bb5352d3488')
+sha1sums=('2a1ee874a46b5bd40805adbee1b3f097e7a17e28')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"