Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
yubico-piv-tool
Commits:
a08829ee by Robin Candau at 2024-02-01T09:22:12+01:00
upgpkg: 2.5.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = yubico-piv-tool
pkgdesc = Command line tool for the YubiKey PIV application
- pkgver = 2.4.2
- pkgrel = 2
+ pkgver = 2.5.0
+ pkgrel = 1
url = https://developers.yubico.com/yubico-piv-tool
arch = x86_64
license = BSD-2-Clause
@@ -13,10 +13,10 @@ pkgbase = yubico-piv-tool
depends = glibc
depends = pcsclite
depends = openssl
- source =
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.4.2.tar.gz
- source =
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.4.2.tar.gz.sig
+ source =
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.0.tar.gz
+ source =
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.0.tar.gz.sig
validpgpkeys = 1D7308B0055F5AEF36944A8F27A9C24D9588EA0F
- sha256sums =
fa9837b232b078357c1fba3d34992b05654ea2b9b55476c1ad336d8c96aac40e
+ sha256sums =
76a1b63bed9ff66fef2efcfed89117ee914fda0f2dde2574e084d6c9a1581f4a
sha256sums = SKIP
pkgname = yubico-piv-tool
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: travisghansen <[email protected]>
pkgname=yubico-piv-tool
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
pkgdesc="Command line tool for the YubiKey PIV application"
arch=('x86_64')
url="https://developers.yubico.com/yubico-piv-tool"
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
depends=('zlib' 'glibc' 'pcsclite' 'openssl')
makedepends=('check' 'cmake' 'gengetopt' 'help2man')
source=(https://developers.yubico.com/yubico-piv-tool/Releases/"${pkgname}-${pkgver}".tar.gz{,.sig})
-sha256sums=('fa9837b232b078357c1fba3d34992b05654ea2b9b55476c1ad336d8c96aac40e'
+sha256sums=('76a1b63bed9ff66fef2efcfed89117ee914fda0f2dde2574e084d6c9a1581f4a'
'SKIP')
validpgpkeys=('1D7308B0055F5AEF36944A8F27A9C24D9588EA0F') # Aveen Ismail
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yubico-piv-tool/-/commit/a08829eeeb5dd28aa8afabc2f58e04d655166a09
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yubico-piv-tool/-/commit/a08829eeeb5dd28aa8afabc2f58e04d655166a09
You're receiving this email because of your account on gitlab.archlinux.org.