diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-26 20:23:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:30 +0700 |
commit | 316652c843bf57eb76f064564949a881bda06e01 (patch) | |
tree | db0970cdae3a810dfe8e08c1226ef19fdc6429bf /system/opensc/opensc.SlackBuild | |
parent | 33fbad9ef3da064f46c76ce8e360251367f1650a (diff) |
system/opensc: Updated for version 0.23.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/opensc/opensc.SlackBuild')
-rw-r--r-- | system/opensc/opensc.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild index 0e1c3e2766d27..8c5a363c4c0be 100644 --- a/system/opensc/opensc.SlackBuild +++ b/system/opensc/opensc.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for opensc # Copyright 2008-2015 LukenShiro, Italy -# Copyright 2018-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2018-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opensc -VERSION=${VERSION:-0.21.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.23.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |