diff options
-rw-r--r-- | python/cryptography/cryptography.SlackBuild | 4 | ||||
-rw-r--r-- | python/cryptography/cryptography.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index dc03e9b2ba..589a61a07c 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -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} diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info index 57f973ab6a..2567d77c48 100644 --- a/python/cryptography/cryptography.info +++ b/python/cryptography/cryptography.info @@ -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" |