From f16939852c2139fe8dfd1fec18cf1c3a2a06e970 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 9 Jun 2026 05:44:52 +0100 Subject: [PATCH] pcsc-tools: update to version 1.7.5 Adds new ATRs to the smartcard list, a Georgian translation and minor README updates. https://github.com/LudovicRousseau/pcsc-tools/releases/tag/1.7.5 Signed-off-by: Daniel Golle --- utils/pcsc-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/pcsc-tools/Makefile b/utils/pcsc-tools/Makefile index aae6281b98..0bdc1e9f32 100644 --- a/utils/pcsc-tools/Makefile +++ b/utils/pcsc-tools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcsc-tools -PKG_VERSION:=1.7.4 +PKG_VERSION:=1.7.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://pcsc-tools.apdu.fr -PKG_HASH:=ef3669a221a46b361201c1e93ba32484fdf8db9190152db5cf131fb2244b80e1 +PKG_HASH:=bb87fe4a50222b6e34d11eb6e35bd6eceb830eb2f6dd4bf2a0d43381c3d1da2c PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-or-later