diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-04 14:26:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-04 14:26:13 +0700 |
commit | d3bf98c2e17eb8f32a2ed1cd66ddeee672a8a74e (patch) | |
tree | e3b2e47d54e55d38e1394c00dd3f65b3ee0310a0 | |
parent | f4a5e1b6bf5a69f4eb17fcacbbc1b559fc644ec7 (diff) |
libraries/pkcs11-helper: Updated for version 1.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/pkcs11-helper/pkcs11-helper.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/pkcs11-helper/pkcs11-helper.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/pkcs11-helper/pkcs11-helper.SlackBuild b/libraries/pkcs11-helper/pkcs11-helper.SlackBuild index d6e261a9d042..d725c988db6c 100644 --- a/libraries/pkcs11-helper/pkcs11-helper.SlackBuild +++ b/libraries/pkcs11-helper/pkcs11-helper.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pkcs11-helper -VERSION=${VERSION:-1.29.0} +VERSION=${VERSION:-1.30.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/pkcs11-helper/pkcs11-helper.info b/libraries/pkcs11-helper/pkcs11-helper.info index 8ee8fa6ee861..8535ab5b3efc 100644 --- a/libraries/pkcs11-helper/pkcs11-helper.info +++ b/libraries/pkcs11-helper/pkcs11-helper.info @@ -1,8 +1,8 @@ PRGNAM="pkcs11-helper" -VERSION="1.29.0" +VERSION="1.30.0" HOMEPAGE="https://github.com/OpenSC/pkcs11-helper/" -DOWNLOAD="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-1.29.0/pkcs11-helper-1.29.0.tar.bz2" -MD5SUM="7a65cf41d4939bbac2f3432cccbf55aa" +DOWNLOAD="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-1.30.0/pkcs11-helper-1.30.0.tar.bz2" +MD5SUM="f6dacff56228a6e9d5c0d417464a0d31" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |