From: fsLeg Date: Sun, 17 Mar 2024 10:01:37 +0000 (+0300) Subject: python-fido2: updated to version 1.1.3 X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=acc07ed705f9f405b11258d049518a43a67a1d00;p=slackbuilds.git python-fido2: updated to version 1.1.3 --- diff --git a/python-fido2/python-fido2.SlackBuild b/python-fido2/python-fido2.SlackBuild index b49796b..5f85029 100755 --- a/python-fido2/python-fido2.SlackBuild +++ b/python-fido2/python-fido2.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-fido2 TARNAM=fido2 -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.1.3} BUILD=${BUILD:-1} TAG=${TAG:-fsleg} PKGTYPE=${PKGTYPE:-txz} diff --git a/python-fido2/python-fido2.info b/python-fido2/python-fido2.info index 9d3467e..b0410b7 100644 --- a/python-fido2/python-fido2.info +++ b/python-fido2/python-fido2.info @@ -1,8 +1,8 @@ PRGNAM="python-fido2" -VERSION="1.1.2" +VERSION="1.1.3" HOMEPAGE="https://github.com/Yubico/python-fido2" -DOWNLOAD="https://github.com/Yubico/python-fido2/releases/download/1.1.2/fido2-1.1.2.tar.gz" -MD5SUM="3983bf2b1b84f29859dee241184693b1" +DOWNLOAD="https://github.com/Yubico/python-fido2/releases/download/1.1.3/fido2-1.1.3.tar.gz" +MD5SUM="88c5e54dfb19f5371eba49d73c4620c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cryptography python3-poetry-core"