diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 22:38:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 22:38:37 +0700 |
commit | cc3302c61f8715dfb37ed13e714c0bce5d22a15a (patch) | |
tree | d5b1a22c28385c3740304fc215eb4c4cce856fdd /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | 41a50a4bfde9617afcc5b8aa454717d60e1893cc (diff) |
python/pyOpenSSL: Updated for version 16.2.0.
This should fix letsencrypt warning.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL/pyOpenSSL.SlackBuild')
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index 5679431f689e..9af389b23577 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pyOpenSSL # # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> -# Copyright 2012-2016 Markus Reichelt, Aachen, DE +# Copyright 2012-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=pyOpenSSL -VERSION=${VERSION:-16.1.0} +VERSION=${VERSION:-16.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |