aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorVladislav 'fsLeg' Borisov <fsleg@t-rg.ws>2025-01-15 06:26:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-01-18 08:13:15 +0700
commit17557aeee2f3d539428bde701319e43941651ea6 (patch)
tree52dfa048fdd399ed3fec2da9c88bbee011078ddd /python
parent15751872cac332d224be104bdd54b4b0e7394e63 (diff)
python/pyscard: Updated for version 2.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pyscard/pyscard.SlackBuild2
-rw-r--r--python/pyscard/pyscard.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pyscard/pyscard.SlackBuild b/python/pyscard/pyscard.SlackBuild
index 9610d33277..96ca75041d 100644
--- a/python/pyscard/pyscard.SlackBuild
+++ b/python/pyscard/pyscard.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pyscard
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/pyscard/pyscard.info b/python/pyscard/pyscard.info
index 37229c829f..8839f70b9d 100644
--- a/python/pyscard/pyscard.info
+++ b/python/pyscard/pyscard.info
@@ -1,8 +1,8 @@
PRGNAM="pyscard"
-VERSION="2.2.0"
+VERSION="2.2.1"
HOMEPAGE="https://pyscard.sourceforge.io/"
-DOWNLOAD="https://github.com/LudovicRousseau/pyscard/archive/2.2.0/pyscard-2.2.0.tar.gz"
-MD5SUM="7774ddaec1c9c367030ae2a0150b576b"
+DOWNLOAD="https://github.com/LudovicRousseau/pyscard/archive/2.2.1/pyscard-2.2.1.tar.gz"
+MD5SUM="7c306dc3b6a50127539ce6283711569e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pcsc-lite"