diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-04-14 21:05:53 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:04 +0200 |
commit | 099fb3223143f57b95d0f7d5abf563aebbd05e50 (patch) | |
tree | 32e9c4d627e03746989ae88df209989564db6a7b /system/opensc | |
parent | 45ee50a5ec2f4226d4b16cd036276f4de81e0457 (diff) | |
download | slackbuilds-099fb3223143f57b95d0f7d5abf563aebbd05e50.tar.gz slackbuilds-099fb3223143f57b95d0f7d5abf563aebbd05e50.tar.xz |
system/opensc: Updated for version 0.11.13.
Diffstat (limited to 'system/opensc')
-rw-r--r-- | system/opensc/opensc.SlackBuild | 4 | ||||
-rw-r--r-- | system/opensc/opensc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild index 547a3a3ea5a..c38cc5ea9a1 100644 --- a/system/opensc/opensc.SlackBuild +++ b/system/opensc/opensc.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opensc -VERSION=${VERSION:-0.11.12} +VERSION=${VERSION:-0.11.13} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) ( cd $PKG/usr/man diff --git a/system/opensc/opensc.info b/system/opensc/opensc.info index 7d123457eb6..21e44d93b60 100644 --- a/system/opensc/opensc.info +++ b/system/opensc/opensc.info @@ -1,8 +1,8 @@ PRGNAM="opensc" -VERSION="0.11.12" +VERSION="0.11.13" HOMEPAGE="http://www.opensc-project.org/opensc/" -DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.12.tar.gz" -MD5SUM="bc82f097bbc457962f3722474b50af5c" +DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.13.tar.gz" +MD5SUM="98fa151e947941f9c3f27420fdf47c11" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="LukenShiro" |