summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Zarrinkafsh2023-05-03 16:40:07 +1000
committerAmir Zarrinkafsh2023-05-03 16:40:07 +1000
commitd2cc0f19408b61ea689f96934e37d7c0f8984a27 (patch)
tree8dbbcb0fd0c21fe9a43c5a86625b3f58f9c5a85c
parent9f04d309357b1f0b13c970bed290099867345d14 (diff)
downloadaur-d2cc0f19408b61ea689f96934e37d7c0f8984a27.tar.gz
Version 2.0.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 662bb287287e..3a9ccbcad7ea 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 = 2.0.0
+ pkgver = 2.0.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-2.0.0.tar.gz
- sha1sums = 9a7742db44ab65eac5af69a2e41d79e8af23ce47
+ source = https://dl.duosecurity.com/duo_unix-2.0.1.tar.gz
+ sha1sums = 23dbabab8d05b1d59e9929cc1070b46877cbf490
pkgname = duo_unix
diff --git a/PKGBUILD b/PKGBUILD
index cf4998f15104..37e47f534bc2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=2.0.0
+pkgver=2.0.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=('9a7742db44ab65eac5af69a2e41d79e8af23ce47')
+sha1sums=('23dbabab8d05b1d59e9929cc1070b46877cbf490')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"