diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-05-10 23:22:39 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-05-10 23:36:49 +0200 |
commit | 00175b4fa4e518d111e6350ac5a7974a830d2876 (patch) | |
tree | a81b506d20ef4a699214ff136e78cb41a13d1ff3 /utils/pcsc-tools/Makefile | |
parent | 9cd172336d9e0ef98c8082cfc75270572735beec (diff) |
pcsc-tools: update to version 1.5.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/pcsc-tools/Makefile')
-rw-r--r-- | utils/pcsc-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pcsc-tools/Makefile b/utils/pcsc-tools/Makefile index cde0a4357..3d8774677 100644 --- a/utils/pcsc-tools/Makefile +++ b/utils/pcsc-tools/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcsc-tools -PKG_VERSION=1.5.3 +PKG_VERSION=1.5.4 PKG_RELEASE:=1 PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0 @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ -PKG_HASH:=daaa011c28daa00653bd8e2a3d8b0b9f8abae00f7344f50b1a94fbd2b01f1d14 +PKG_HASH:=c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93 PKG_FIXUP:=autoreconf |