diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-03-02 21:55:04 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-03-02 21:55:04 +0100 |
commit | f96a5706a02bba7a0a5247bbf03f322c95ce15ba (patch) | |
tree | 9c20526304a9eddcf8a3aea40101e0821d3ee72c /utils/pcsc-lite | |
parent | 6709d9b82e90fda5511040efa4e5c4ae033e97c8 (diff) |
pcsc-lite: update to version 1.8.24
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/pcsc-lite')
-rw-r--r-- | utils/pcsc-lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pcsc-lite/Makefile b/utils/pcsc-lite/Makefile index 9e41612da..c76704444 100644 --- a/utils/pcsc-lite/Makefile +++ b/utils/pcsc-lite/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcsc-lite -PKG_VERSION:=1.8.23 +PKG_VERSION:=1.8.24 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/ -PKG_HASH:=5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9 +PKG_HASH:=b81864fa6a5ec776639c02ae89998955f7702a8d10e8b8f70023c5a599d97568 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING |