diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-06-07 18:18:05 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-06-07 18:19:18 +0100 |
commit | f0d03ae4f47348eb80a1c13e7a929fa994d379de (patch) | |
tree | f5660167e5c69fd0e86643991334c439fcd4da96 | |
parent | a9bb4534c9b40d827f625b202e8e91da58bb7fdf (diff) |
ccid: update to version 1.4.32
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | utils/ccid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ccid/Makefile b/utils/ccid/Makefile index 700e8a700..3fef979c2 100644 --- a/utils/ccid/Makefile +++ b/utils/ccid/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ccid -PKG_VERSION:=1.4.31 +PKG_VERSION:=1.4.32 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://ccid.apdu.fr/files/ -PKG_HASH:=6b48d7b6e4390e038d25630f8664fe81618ab00f232d6efbe0e3cc6df28ce8f7 +PKG_HASH:=545f4ab7887d512aa4b6967b80ef18a77b790c34769718452737a633cefc1639 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING |