summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Glenn Hansen2017-10-24 19:49:27 -0600
committerTravis Glenn Hansen2017-10-24 19:49:27 -0600
commit34970faf7ca169d9cc68b9329ed3788654cc4402 (patch)
treed89cb39d0159e1dee19bfba8f61604abc87f62b0
parent2d627e4583042446316268bbabecb13b4168f8c6 (diff)
downloadaur-34970faf7ca169d9cc68b9329ed3788654cc4402.tar.gz
bump yubico-piv-tool-1.4.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aea6e7a6d68..ebb9341fb9d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yubico-piv-tool
pkgdesc = Tool to interact with the PIV applet on a YubiKey NEO
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
url = https://developers.yubico.com/yubico-piv-tool/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = yubico-piv-tool
depends = pcsclite
depends = openssl-1.0
options = !libtool
- source = yubico-piv-tool-1.4.3.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.4.3.tar.gz
- md5sums = b40773342c7927e211fd8221d99f299d
+ source = yubico-piv-tool-1.4.4.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.4.4.tar.gz
+ md5sums = bdada97514316bd7d712f8dfc6ee6a5e
pkgname = yubico-piv-tool
diff --git a/PKGBUILD b/PKGBUILD
index 70cdf9f00498..d6a97ad925c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: travisghansen <travisghansen@yahoo.com>
pkgname=yubico-piv-tool
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="Tool to interact with the PIV applet on a YubiKey NEO"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('pcsclite' 'openssl-1.0')
url=https://developers.yubico.com/yubico-piv-tool/
source=("${pkgname}-${pkgver}.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b40773342c7927e211fd8221d99f299d')
+md5sums=('bdada97514316bd7d712f8dfc6ee6a5e')
options=(!libtool)
build() {