mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/cryptography: Updated for version 38.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
074fd9f409
commit
6ec5954555
3 changed files with 8 additions and 5 deletions
|
@ -3,3 +3,6 @@ recipes and primitives.
|
|||
|
||||
It's available under either the Apache Software License, Version 2.0,
|
||||
or the BSD license.
|
||||
|
||||
This is the last release of cryptography that can be built on
|
||||
Slackware 15.0. Version 39.0.0 dropped support for OpenSSL 1.1.x.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for cryptography
|
||||
|
||||
# Copyright 2014-2018 Markus Reichelt, Aachen, DE
|
||||
# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2021-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=cryptography
|
||||
VERSION=${VERSION:-38.0.1}
|
||||
VERSION=${VERSION:-38.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="cryptography"
|
||||
VERSION="38.0.1"
|
||||
VERSION="38.0.4"
|
||||
HOMEPAGE="https://cryptography.io/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/6d/0c/5e67831007ba6cd7e52c4095f053cf45c357739b0a7c46a45ddd50049019/cryptography-38.0.1.tar.gz \
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e3/3f/41186b1f2fd86a542d399175f6b8e43f82cd4dfa51235a0b030a042b811a/cryptography-38.0.4.tar.gz \
|
||||
https://crates-io.s3-us-west-1.amazonaws.com/crates/unicode-ident/unicode-ident-1.0.3.crate \
|
||||
https://crates-io.s3-us-west-1.amazonaws.com/crates/log/log-0.4.17.crate \
|
||||
https://crates-io.s3-us-west-1.amazonaws.com/crates/js-sys/js-sys-0.3.59.crate \
|
||||
|
@ -61,7 +61,7 @@ DOWNLOAD="https://files.pythonhosted.org/packages/6d/0c/5e67831007ba6cd7e52c4095
|
|||
https://crates-io.s3-us-west-1.amazonaws.com/crates/wasm-bindgen-macro/wasm-bindgen-macro-0.2.82.crate \
|
||||
https://crates-io.s3-us-west-1.amazonaws.com/crates/wasm-bindgen-shared/wasm-bindgen-shared-0.2.82.crate \
|
||||
https://crates-io.s3-us-west-1.amazonaws.com/crates/wasm-bindgen/wasm-bindgen-0.2.82.crate"
|
||||
MD5SUM="c47299bca4309cdda29626b0046d9229 \
|
||||
MD5SUM="2b8b23b955b43994f222f78faf17713b \
|
||||
05f62b3e1753a4d4043170a17f09f824 \
|
||||
b31bf94ffe7e0f2ada93afae1076eaeb \
|
||||
4604e64e42b38b20a8ca446e2253ca1f \
|
||||
|
|
Loading…
Reference in a new issue