mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/pcsc-tools: Updated for version 1.5.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f986bd47d8
commit
643093fc4c
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pcsc-tools
|
||||
VERSION=${VERSION:-1.5.7}
|
||||
VERSION=${VERSION:-1.5.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pcsc-tools"
|
||||
VERSION="1.5.7"
|
||||
VERSION="1.5.8"
|
||||
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
|
||||
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.5.7.tar.bz2"
|
||||
MD5SUM="ff06894380e9233a5cc20b843f85c31b"
|
||||
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.5.8.tar.bz2"
|
||||
MD5SUM="4320fbe189780d483aa82def4e7e329e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pcsc-perl perl-gtk2"
|
||||
|
|
Loading…
Reference in a new issue