system/opensc: Updated for version 0.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81b5afd8ba
commit
86449ad5b6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for opensc
|
||||
|
||||
# Copyright 2008-2014 LukenShiro, Italy
|
||||
# Copyright 2008-2015 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=opensc
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
VERSION=${VERSION:-0.15.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opensc"
|
||||
VERSION="0.14.0"
|
||||
VERSION="0.15.0"
|
||||
HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opensc/OpenSC/opensc-0.14.0.tar.gz"
|
||||
MD5SUM="8e99885dbe28a9c71d5140f0105c56ff"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opensc/OpenSC/opensc-0.15.0.tar.gz"
|
||||
MD5SUM="01e6b803865f7b7574ee65a7b2d63c17"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pcsc-lite"
|
||||
|
|
Loading…
Reference in New Issue