diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-01-08 14:21:15 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:23 -0600 |
commit | 20e0ee0f222ff6726249bc608193399c9b8e760e (patch) | |
tree | a6be4fc1b274939943757a6e77e228b6bf556326 /system/pcsc-tools/pcsc-tools.SlackBuild | |
parent | 0837c6a0848489a461f25a7fdf04eee6e11047e1 (diff) | |
download | slackbuilds-20e0ee0f222ff6726249bc608193399c9b8e760e.tar.gz |
system/pcsc-tools: Updated for version 1.4.17 + new maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/pcsc-tools/pcsc-tools.SlackBuild')
-rw-r--r-- | system/pcsc-tools/pcsc-tools.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/pcsc-tools/pcsc-tools.SlackBuild b/system/pcsc-tools/pcsc-tools.SlackBuild index b7546a440a..227d1924e2 100644 --- a/system/pcsc-tools/pcsc-tools.SlackBuild +++ b/system/pcsc-tools/pcsc-tools.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pcsc-tools # Copyright 2008 Andrew Psaltis <ampsaltis@gmail.com> +# Copyright 2011 LukenShiro <lukenshiro@ngi.it> # All rights reserved. # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcsc-tools -VERSION=1.4.16 +VERSION=1.4.17 BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in |