summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Wilson2019-06-21 17:00:35 -0700
committerAlex Wilson2019-06-21 17:01:03 -0700
commit81968e509453ea448784a9332db11caa59736fe3 (patch)
treeb813e06269da6130f54abe3870c0f2bee2075114
parent45719b27d39cda7e0dd130196f7d6aa196441187 (diff)
downloadaur-81968e509453ea448784a9332db11caa59736fe3.tar.gz
Release 0.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d3a32de45eb..96b5466acad6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pivy
pkgdesc = Tools for using PIV smartcards/Yubikeys with ssh-agent and disk encryption
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/arekinath/pivy
arch = x86
arch = x86_64
@@ -16,11 +16,11 @@ pkgbase = pivy
optdepends = zfs-utils: ZFS encrypted pool/fs support (pivy-zfs)
source = zfs-pivy.hook
source = zfs-pivy.install
- source = https://github.com/arekinath/pivy/archive/v0.2.0.tar.gz
+ source = https://github.com/arekinath/pivy/archive/v0.2.1.tar.gz
source = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.7.4.tar.gz
sha256sums = c7c0bb3179388caa8ac6c20864183dd8b305e1865988f487a691278a8900e9a3
sha256sums = 32bfff1f6f395c70556b0f7eb364973c70cf795b25fc83aaf85aa81cd48c3b7f
- sha256sums = 51e3651a0fae8fe150157130c7380efb29c57b00ba6371c765484e0ae82a9906
+ sha256sums = e1fff2b195f63448d16e837735f34810206e2843d49430b0243229378be72d26
sha256sums = 1e3a9fada06c1c060011470ad0ff960de28f9a0515277d7336f7e09362517da6
pkgname = pivy
diff --git a/PKGBUILD b/PKGBUILD
index 0fe8d22cb253..1c036947a388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Wilson <alex at cooperi dot net>
pkgname=pivy
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Tools for using PIV smartcards/Yubikeys with ssh-agent and disk encryption"
url="https://github.com/arekinath/pivy"
license=('MPL2')
@@ -17,7 +17,7 @@ optdepends=('cryptsetup: LUKS encrypted disk support (pivy-luks)'
makedepends=(cryptsetup zfs-utils json-c)
sha256sums=('c7c0bb3179388caa8ac6c20864183dd8b305e1865988f487a691278a8900e9a3'
'32bfff1f6f395c70556b0f7eb364973c70cf795b25fc83aaf85aa81cd48c3b7f'
- '51e3651a0fae8fe150157130c7380efb29c57b00ba6371c765484e0ae82a9906'
+ 'e1fff2b195f63448d16e837735f34810206e2843d49430b0243229378be72d26'
'1e3a9fada06c1c060011470ad0ff960de28f9a0515277d7336f7e09362517da6')
prepare() {