python/cryptography: Updated for version 1.7.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b282326471
commit
b5b1257eae
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cryptography
|
||||
|
||||
# Copyright 2014-2016 Markus Reichelt, Aachen, DE
|
||||
# Copyright 2014-2017 Markus Reichelt, Aachen, DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
|
||||
|
||||
PRGNAM=cryptography
|
||||
VERSION=${VERSION:-1.6}
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cryptography"
|
||||
VERSION="1.6"
|
||||
VERSION="1.7.2"
|
||||
HOMEPAGE="https://cryptography.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/d7/a2/b90736c37fd720db425c5e48d69da75a6eff6609b22d2123762f1ae8c5f5/cryptography-1.6.tar.gz"
|
||||
MD5SUM="33ed393be75f04cd889a02a11acbab39"
|
||||
DOWNLOAD="https://pypi.python.org/packages/99/df/71c7260003f5c469cec3db4c547115df39e9ce6c719a99e067ba0e78fd8a/cryptography-1.7.2.tar.gz"
|
||||
MD5SUM="fade66de437392ed1ba6980768626204"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyasn1 cffi six enum34 ipaddress idna"
|
||||
|
|
Loading…
Reference in New Issue