summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2022-06-05 21:45:51 +1000
committerAmir Zarrinkafsh2022-06-05 21:45:51 +1000
commitcfb66cb812653d577d9b4e0467d18075324497d6 (patch)
tree027293604089af4438725e3d6bbb0bac238e77fa
parent1bb6f3dcc2005ec514e3f20f82839d3df4746c37 (diff)
downloadaur-cfb66cb812653d577d9b4e0467d18075324497d6.tar.gz
Version 1.12.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1745b835c47f..200d06ca2304 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.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://www.duosecurity.com/docs/duounix
install = duo_unix.install
@@ -11,7 +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.12.0.tar.gz
- sha1sums = adbae9cf046f8bdff9946b7578dd5e7304156616
+ source = https://dl.duosecurity.com/duo_unix-1.12.1.tar.gz
+ sha1sums = 99d26a0fbeda916123ddcb2e9748610413e5b7db
pkgname = duo_unix
diff --git a/PKGBUILD b/PKGBUILD
index 76f25125b740..6b7eab4716b6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.12.0
+pkgver=1.12.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=('adbae9cf046f8bdff9946b7578dd5e7304156616')
+sha1sums=('99d26a0fbeda916123ddcb2e9748610413e5b7db')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"