summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Glenn Hansen2016-02-01 22:31:16 -0700
committerTravis Glenn Hansen2016-02-01 22:31:16 -0700
commit046d31bc426b847a8cffd6ac7c2acc3d88bdace9 (patch)
treeda6847ac75d1ebcebb075c38bf24d6dab5388e68
parentf4e693bac21ffb0c4a22adb56756a151a5acf216 (diff)
downloadaur-046d31bc426b847a8cffd6ac7c2acc3d88bdace9.tar.gz
bump yubico-piv-tool-1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8a14728be73..9665d5bccf5b 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.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://developers.yubico.com/yubico-piv-tool/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = yubico-piv-tool
license = GPL3
depends = pcsclite
options = !libtool
- source = yubico-piv-tool-1.2.1.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.2.1.tar.gz
- md5sums = 121298789345f20b820a819519c9a598
+ source = yubico-piv-tool-1.2.2.tar.gz::https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.2.2.tar.gz
+ md5sums = 7bea2545c6af1b0142c732af9213b49e
pkgname = yubico-piv-tool
diff --git a/PKGBUILD b/PKGBUILD
index 3eb45395660f..785b574a1a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: travisghansen <travisghansen@yahoo.com>
pkgname=yubico-piv-tool
-pkgver=1.2.1
+pkgver=1.2.2
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')
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=('121298789345f20b820a819519c9a598')
+md5sums=('7bea2545c6af1b0142c732af9213b49e')
options=(!libtool)
build() {