summaryrefslogtreecommitdiffstats
path: root/python/pycryptodomex
diff options
context:
space:
mode:
author Markus Rinne2021-10-20 20:00:06 +0200
committer Willy Sudiarto Raharjo2021-10-22 06:47:51 +0200
commitfd96c4c7845bb02a2daeddd8b3b9e2a5ffda8ef1 (patch)
tree9fd8e477bca69c47e78384e127c2ca7d1980e6b1 /python/pycryptodomex
parentc79a4c8e2d1524384c270c9264f68c066a0460d9 (diff)
downloadslackbuilds-fd96c4c7845bb02a2daeddd8b3b9e2a5ffda8ef1.tar.gz
python/pycryptodomex: Updated for version 3.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycryptodomex')
-rw-r--r--python/pycryptodomex/pycryptodomex.SlackBuild4
-rw-r--r--python/pycryptodomex/pycryptodomex.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pycryptodomex/pycryptodomex.SlackBuild b/python/pycryptodomex/pycryptodomex.SlackBuild
index cf0d7d92d6..750f42b973 100644
--- a/python/pycryptodomex/pycryptodomex.SlackBuild
+++ b/python/pycryptodomex/pycryptodomex.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pycryptodomex
-VERSION=${VERSION:-3.10.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.11.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/pycryptodomex/pycryptodomex.info b/python/pycryptodomex/pycryptodomex.info
index e2f6b4efb7..ba10e24296 100644
--- a/python/pycryptodomex/pycryptodomex.info
+++ b/python/pycryptodomex/pycryptodomex.info
@@ -1,8 +1,8 @@
PRGNAM="pycryptodomex"
-VERSION="3.10.4"
+VERSION="3.11.0"
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
-DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.10.4x/pycryptodome-3.10.4x.tar.gz"
-MD5SUM="e105d49773e1ee7f47eb94dac3d8acb7"
+DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.11.0x/pycryptodome-3.11.0x.tar.gz"
+MD5SUM="eba12bb716cd2c35bb189bf2d32558d7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm"