system/pcsc-tools: Updated for version 1.4.25.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LukenShiro 2015-12-10 00:19:44 +07:00 committed by Willy Sudiarto Raharjo
parent 220c6f2636
commit 3fd0b8e998
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pcsc-tools
VERSION=${VERSION:-1.4.24}
VERSION=${VERSION:-1.4.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="LICENCE README TODO"
DOCS="LICENCE README Changelog"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="pcsc-tools"
VERSION="1.4.24"
VERSION="1.4.25"
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.4.24.tar.gz"
MD5SUM="3260d995e8090b808519443b7d739ba5"
DOWNLOAD="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools-1.4.25.tar.gz"
MD5SUM="befc40d4513daec5813ee317cb382acf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pcsc-perl perl-gtk2"