aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-08 07:45:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-10 12:07:38 +0700
commita8eb717cd3a12e577824bcb921fae009865cd15e (patch)
treeef37df46c595abeb9c3a83098054eda1329b84ab
parent29d3706afe7903ad75614b4a80fe3c054d08fa18 (diff)
python/cryptography: Updated for version 44.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/cryptography/cryptography.SlackBuild2
-rw-r--r--python/cryptography/cryptography.info10
2 files changed, 6 insertions, 6 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild
index 08efa38e2c..fd1683c932 100644
--- a/python/cryptography/cryptography.SlackBuild
+++ b/python/cryptography/cryptography.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cryptography
-VERSION=${VERSION:-44.0.2}
+VERSION=${VERSION:-44.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info
index c2144a9a7e..7dc610a113 100644
--- a/python/cryptography/cryptography.info
+++ b/python/cryptography/cryptography.info
@@ -1,10 +1,10 @@
PRGNAM="cryptography"
-VERSION="44.0.2"
+VERSION="44.0.3"
HOMEPAGE="https://cryptography.io/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-44.0.2.tar.gz \
- https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-44.0.2-1.tar.xz"
-MD5SUM="9cb2411324687347a27d349d3e74eb7c \
- b66cb7dfb961c40e75a4c7e375f23cd6"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-44.0.3.tar.gz \
+ https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-44.0.3-1.tar.xz"
+MD5SUM="01959c3e2b352c5e42edfc0cfe0c2cd1 \
+ f4522de16c2f26a7615f434da732bd1b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin"