summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94b4a42b9b7d..4d23f6c13703 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.10.1
+ pkgver = 1.11.1
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.10.1.tar.gz
- sha1sums = 66d08f2286c7f7877ec4bb6770b939e01f7dfb96
+ source = https://dl.duosecurity.com/duo_unix-1.11.1.tar.gz
+ sha1sums = cb883a975bf0ed668729cc0425fadbc57f0937fe
pkgname = duo_unix
diff --git a/PKGBUILD b/PKGBUILD
index 4c7fc6cbf6aa..2795884f030f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.10.1
+pkgver=1.11.1
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=('66d08f2286c7f7877ec4bb6770b939e01f7dfb96')
+sha1sums=('cb883a975bf0ed668729cc0425fadbc57f0937fe')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"