diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2017-03-08 19:54:21 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-08 19:54:21 +0000 |
commit | b5b1257eaea621150be8d429670035c127b8ae50 (patch) | |
tree | 50bb6d7f0d5ce78b44bbb2ba2c2a2125c48fbc7c /python/cryptography/cryptography.SlackBuild | |
parent | b282326471e70b47e4b3f7b3488d3872f2a490e8 (diff) |
python/cryptography: Updated for version 1.7.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/cryptography/cryptography.SlackBuild')
-rw-r--r-- | python/cryptography/cryptography.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index dc03e9b2ba315..589a61a07c20e 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} |