From c88db3c38d8921c2ef1ceeb5e50a90a21b214bb7 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 8 May 2026 18:47:21 +0100 Subject: [PATCH] pcsc-tools: update to 1.7.4 1.7.4 (13 February 2026): - pcsc_scan: use different variables for spin running and state - pcsc_scan: give some time to the spinner thread in spin_start() - Various ga workflow improvements (Windows artifact upload, etc.) Link: https://pcsc-tools.apdu.fr/ 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 b9d46f94eb..aae6281b98 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.3 +PKG_VERSION:=1.7.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://pcsc-tools.apdu.fr -PKG_HASH:=c3b6d2b7a40bc066ebb8cd2512fb42e2b787a5c491a5715b8741743f4edb8cc2 +PKG_HASH:=ef3669a221a46b361201c1e93ba32484fdf8db9190152db5cf131fb2244b80e1 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-or-later