summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-10-02 22:22:16 +0200
committerMarcin Wieczorek2016-10-02 22:22:16 +0200
commitda6650a9371c1e1072f465aecfd2c3e442a711a3 (patch)
treeb2752ce78b363fafb9c0902e7d595d6229a48290
parent4e0139119cec79f57e7374417971a4bf2cec59c0 (diff)
downloadaur-da6650a9371c1e1072f465aecfd2c3e442a711a3.tar.gz
Update to 1.9.19
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfddc2d9f304..5dd0bf6bd11b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = duo_unix
pkgdesc = Login utility and PAM module for Duo Security two-factor authentication
- pkgver = 1.9.18
+ pkgver = 1.9.19
pkgrel = 1
url = https://www.duosecurity.com/docs/duounix
install = duo_unix.install
arch = i686
arch = x86_64
license = custom:GPL2
- depends = openssl
depends = pam
backup = etc/duo/login_duo.conf
backup = etc/duo/pam_duo.conf
- source = https://dl.duosecurity.com/duo_unix-1.9.18.tar.gz
- sha1sums = 470ac92f0317cd571429441f1dc61a12cd933ba8
+ source = https://dl.duosecurity.com/duo_unix-1.9.19.tar.gz
+ sha1sums = d095f005ae42703d338f9002b13f12d5a2160fcb
pkgname = duo_unix
diff --git a/PKGBUILD b/PKGBUILD
index 4de12ddb2150..6fe2a6b0e53a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
# Contributor: Josh <moc tod liamg ta suoecal>
pkgname=duo_unix
-pkgver=1.9.18
+pkgver=1.9.19
pkgrel=1
pkgdesc='Login utility and PAM module for Duo Security two-factor authentication'
arch=('i686' 'x86_64')
url='https://www.duosecurity.com/docs/duounix'
license=('custom:GPL2')
-depends=('openssl' 'pam')
+depends=('pam')
install="${pkgname}.install"
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=('470ac92f0317cd571429441f1dc61a12cd933ba8')
+sha1sums=('d095f005ae42703d338f9002b13f12d5a2160fcb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"