diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-05-25 15:48:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-27 08:22:29 +0700 |
commit | 91a1e29d77e76fef3c0ac0e0bb80830a6060256a (patch) | |
tree | a8cae30f4d982f6f59dba92d4b285f116446e877 | |
parent | c1c6cc5b7e99fd35ab59c9f19c3efc0dba118fc2 (diff) | |
download | slackbuilds-91a1e29d77e76fef3c0ac0e0bb80830a6060256a.tar.gz slackbuilds-91a1e29d77e76fef3c0ac0e0bb80830a6060256a.tar.xz |
system/yubico-piv-tool: Updated for version 2.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/yubico-piv-tool/yubico-piv-tool.SlackBuild | 2 | ||||
-rw-r--r-- | system/yubico-piv-tool/yubico-piv-tool.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/yubico-piv-tool/yubico-piv-tool.SlackBuild b/system/yubico-piv-tool/yubico-piv-tool.SlackBuild index 6edd4e7d78..2f6eb89ed4 100644 --- a/system/yubico-piv-tool/yubico-piv-tool.SlackBuild +++ b/system/yubico-piv-tool/yubico-piv-tool.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yubico-piv-tool -VERSION=${VERSION:-2.5.1} +VERSION=${VERSION:-2.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/yubico-piv-tool/yubico-piv-tool.info b/system/yubico-piv-tool/yubico-piv-tool.info index 40f274a826..e6a887b987 100644 --- a/system/yubico-piv-tool/yubico-piv-tool.info +++ b/system/yubico-piv-tool/yubico-piv-tool.info @@ -1,8 +1,8 @@ PRGNAM="yubico-piv-tool" -VERSION="2.5.1" +VERSION="2.5.2" HOMEPAGE="https://developers.yubico.com/yubico-piv-tool/" -DOWNLOAD="https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.1.tar.gz" -MD5SUM="f354366991e45c5206eabdd9fee8f81c" +DOWNLOAD="https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.2.tar.gz" +MD5SUM="793fc9c00cc5b1e8edcc867fcc6637a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gengetopt pcsc-lite" |