diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-03 00:10:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:44 +0200 |
commit | fb2b94a55a0ab93dbbb5dd97f03f0b95644f2910 (patch) | |
tree | 84897253203068ad6d01713092e32d4851bbb172 /package/pcsc-lite/Makefile | |
parent | 22776025408bae1582d2a08ee51611bca971213e (diff) |
update pcsc-lite to latest upstream version
Diffstat (limited to 'package/pcsc-lite/Makefile')
-rw-r--r-- | package/pcsc-lite/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/pcsc-lite/Makefile b/package/pcsc-lite/Makefile index 26f14fb8e..4690f0656 100644 --- a/package/pcsc-lite/Makefile +++ b/package/pcsc-lite/Makefile @@ -4,18 +4,18 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pcsc-lite -PKG_VERSION:= 1.7.4 -PKG_RELEASE:= 2 -PKG_HASH:= d8e4a7eaae05089dccaeca0524ffd9b308d9e8f3da3fb043515e6c1d7b5583d1 +PKG_VERSION:= 1.8.13 +PKG_RELEASE:= 1 +PKG_HASH:= f315047e808d63a3262c4a040f77548af2e04d1fd707e0c2759369b926fbbc3b PKG_DESCR:= middleware for smartcards PKG_SECTION:= app/crypto PKG_DEPENDS:= libusb libusb-compat libpthread PKG_BUILDDEP:= libusb libusb-compat PKG_URL:= http://pcsclite.alioth.debian.org/ -PKG_SITES:= http://openadk.org/distfiles/ +PKG_SITES:= https://alioth.debian.org/frs/download.php/file/4126/ PKG_OPTS:= dev -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 include $(ADK_TOPDIR)/mk/package.mk |