summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2015-06-13 09:46:43 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-13 09:46:43 +0700
commit81a8128857205178c4ccff9524e39758b8c80ba4 (patch)
tree6a3f7f574c714462c10e056f1d1e38621c77d5f4 /python
parent0b5d864845d5e943a69e102e281a36d45e1cdbbb (diff)
downloadslackbuilds-81a8128857205178c4ccff9524e39758b8c80ba4.tar.gz
slackbuilds-81a8128857205178c4ccff9524e39758b8c80ba4.tar.xz
python/cryptography: Updated for version 0.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/cryptography/cryptography.SlackBuild2
-rw-r--r--python/cryptography/cryptography.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild
index 9d4f24ee46..58306d6451 100644
--- a/python/cryptography/cryptography.SlackBuild
+++ b/python/cryptography/cryptography.SlackBuild
@@ -25,7 +25,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=cryptography
-VERSION=${VERSION:-0.8}
+VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info
index 00bc7c3a4f..b4130baec7 100644
--- a/python/cryptography/cryptography.info
+++ b/python/cryptography/cryptography.info
@@ -1,8 +1,8 @@
PRGNAM="cryptography"
-VERSION="0.8"
+VERSION="0.8.2"
HOMEPAGE="https://cryptography.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.tar.gz"
-MD5SUM="c0871039903e8b554179fd2b30a6647d"
+DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.2.tar.gz"
+MD5SUM="7d33499e851300c194cbb0396de72462"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyasn1 cffi six enum34"