diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-06-14 23:20:27 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-06-14 23:20:53 +0100 |
commit | 74315625b917d14ed112be5c17c82d9d4f31419f (patch) | |
tree | d04d697193aee6a0a82b781c6fa7c6eb9dd23e57 /utils | |
parent | ca30b0ff91846a407469f6a77d1cbaf6b150d06d (diff) |
pcsc-lite: update to version 1.9.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils')
-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 c0459cc97..f1ee89a80 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.26 +PKG_VERSION:=1.9.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://pcsclite.apdu.fr/files/ -PKG_HASH:=3eb7be7d6ef618c0a444316cf5c1f2f9d7227aedba7a192f389fe3e7c0dfbbd9 +PKG_HASH:=0148d403137124552c5d0f10f8cdab2cbb8dfc7c6ce75e018faf667be34f2ef9 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING |