summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2021-12-14 12:03:09 +1100
committerAmir Zarrinkafsh2021-12-14 12:03:09 +1100
commit98ba751f2ecb1633241164b67448ca432c7824a6 (patch)
tree4a0b2f913c46705b4b18af6e2478830655cd3b56
parent21140175a6f71b9ff0183cc56159b15e2b82651c (diff)
downloadaur-98ba751f2ecb1633241164b67448ca432c7824a6.tar.gz
Version 1.11.5
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a56cfc4814d..afd24b99e05a 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.4
+ pkgver = 1.11.5
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.4.tar.gz
- sha1sums = bd649878005aaf4cd27c3ef99b5ef302dd42d840
+ source = https://dl.duosecurity.com/duo_unix-1.11.5.tar.gz
+ sha1sums = 557db9048b4bc69924c7231933cf75e977c9b8b3
pkgname = duo_unix
-
diff --git a/PKGBUILD b/PKGBUILD
index 73d7b22c3929..b4d91a051b65 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.11.4
+pkgver=1.11.5
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=('bd649878005aaf4cd27c3ef99b5ef302dd42d840')
+sha1sums=('557db9048b4bc69924c7231933cf75e977c9b8b3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"