summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Wilson2023-02-28 13:39:27 +1000
committerAlex Wilson2023-02-28 13:39:27 +1000
commitb5aea77b35e5aacc674ded37e42fdf1b5c3b81e9 (patch)
tree88125963141d81a4393c8f7f569dc941afa5b5bf
parentfe14e64e4fb77555a720a78c516fef8cc41dbd28 (diff)
downloadaur-b5aea77b35e5aacc674ded37e42fdf1b5c3b81e9.tar.gz
Release 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01245042868..fe22cfc48855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pivy
pkgdesc = Tools for using PIV smartcards/Yubikeys with ssh-agent and disk encryption
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/arekinath/pivy
arch = x86
@@ -19,11 +19,11 @@ pkgbase = pivy
optdepends = pam: PAM plugin (pam_pivy.so)
source = zfs-pivy.hook
source = zfs-pivy.install
- source = https://github.com/arekinath/pivy/releases/download/v0.10.0/pivy-0.10.0-src.tar.gz
+ source = https://github.com/arekinath/pivy/releases/download/v0.11.0/pivy-0.11.0.tar.gz
source = https://github.com/arekinath/mini-pcsc/archive/v0.2.0.tar.gz
sha256sums = 7925467b71227ae835cc5bf5ebf0b74ea6d740738af5d13be05e0416a78f8acc
sha256sums = 8da0bc793ba9b7fb1cb784af1ed066aea478b93715f484e7fb7921184d675b84
- sha256sums = 215012c0b4b51061b174e27888d765259bbe6bf11f636749b2a71554154681f3
+ sha256sums = 00b17c44ed8f9c3662f903110c9345d0ec2915d5c9863e9001465fe12584ac7f
sha256sums = a2c23b7b9e3dc976b54627a08da68b76fd6194ba45d211959dedf4700879379e
pkgname = pivy
diff --git a/PKGBUILD b/PKGBUILD
index 4538ac7238c2..ea5dab308558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Wilson <alex at cooperi dot net>
pkgname=pivy
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="Tools for using PIV smartcards/Yubikeys with ssh-agent and disk encryption"
url="https://github.com/arekinath/pivy"
@@ -8,7 +8,7 @@ license=('MPL2')
source=(
"zfs-pivy.hook"
"zfs-pivy.install"
- "https://github.com/arekinath/pivy/releases/download/v$pkgver/pivy-$pkgver-src.tar.gz"
+ "https://github.com/arekinath/pivy/releases/download/v$pkgver/pivy-$pkgver.tar.gz"
"https://github.com/arekinath/mini-pcsc/archive/v0.2.0.tar.gz")
arch=(x86 x86_64)
depends=(libbsd pcsclite libedit)
@@ -18,7 +18,7 @@ optdepends=('cryptsetup: LUKS encrypted disk support (pivy-luks)'
makedepends=(pkgconf cryptsetup zfs-utils json-c pam)
sha256sums=('7925467b71227ae835cc5bf5ebf0b74ea6d740738af5d13be05e0416a78f8acc'
'8da0bc793ba9b7fb1cb784af1ed066aea478b93715f484e7fb7921184d675b84'
- '215012c0b4b51061b174e27888d765259bbe6bf11f636749b2a71554154681f3'
+ '00b17c44ed8f9c3662f903110c9345d0ec2915d5c9863e9001465fe12584ac7f'
'a2c23b7b9e3dc976b54627a08da68b76fd6194ba45d211959dedf4700879379e')
# Don't use --as-needed when linking, will break pam_pivy