mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/cryptography: Updated for version 43.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
700da5873f
commit
9faf8cd68b
2 changed files with 6 additions and 9 deletions
|
@ -23,13 +23,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220408 bkw: Modified by SlackBuilds.org, BUILD=2:
|
||||
# - remove empty file from doc dir.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=cryptography
|
||||
VERSION=${VERSION:-43.0.0}
|
||||
VERSION=${VERSION:-43.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cryptography"
|
||||
VERSION="43.0.0"
|
||||
VERSION="43.0.1"
|
||||
HOMEPAGE="https://cryptography.io/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-43.0.0.tar.gz \
|
||||
https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-43.0.0-1.tar.xz"
|
||||
MD5SUM="86f9bf334cee96e745ef7106151b883d \
|
||||
09b9f17f966dd6e23f50b75b22009f64"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-43.0.1.tar.gz \
|
||||
https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-43.0.1-1.tar.xz"
|
||||
MD5SUM="098045b2e33051979efab7a0a9880e0f \
|
||||
fa5e7596cea0af0e1473ada610eed062"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-maturin"
|
||||
|
|
Loading…
Reference in a new issue