diff options
author | 2025-06-14 15:54:46 +0700 | |
---|---|---|
committer | 2025-06-14 15:54:46 +0700 | |
commit | c0db79f6e67965677d474dfdd69bca76931f1715 (patch) | |
tree | 9e87531b22e20105d5587d46accc66cdf6d3c494 | |
parent | 66b7135d2e0084aaa821908909eda208bf00f659 (diff) | |
download | slackbuilds-c0db79f6e67965677d474dfdd69bca76931f1715.tar.gz slackbuilds-c0db79f6e67965677d474dfdd69bca76931f1715.tar.xz |
python/cryptography: Updated for version 45.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/cryptography/cryptography.SlackBuild | 4 | ||||
-rw-r--r-- | python/cryptography/cryptography.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index 67c19d4024..8ad91efd8f 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for cryptography # Copyright 2014-2018 Markus Reichelt, Aachen, DE -# Copyright 2021-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cryptography -VERSION=${VERSION:-45.0.3} +VERSION=${VERSION:-45.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info index f06397e9ef..b5289f4fe4 100644 --- a/python/cryptography/cryptography.info +++ b/python/cryptography/cryptography.info @@ -1,10 +1,10 @@ PRGNAM="cryptography" -VERSION="45.0.3" +VERSION="45.0.4" HOMEPAGE="https://cryptography.io/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-45.0.3.tar.gz \ - https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-45.0.3-1.tar.xz" -MD5SUM="1e3b6a299fbbe74b9a68e1b2dbdcb96b \ - c1606a52e30eb934969ce30547883705" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-45.0.4.tar.gz \ + https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-45.0.4-1.tar.xz" +MD5SUM="6d8a9d089f9c434c200e51d53cfa2ea5 \ + 6ab66dfc94652211ee0a8be018d848c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-maturin rust-opt" |