diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2015-06-13 09:47:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-13 09:47:26 +0700 |
commit | d57e11d4b143c9473e13d4b82eb2a4b68eaa6f6f (patch) | |
tree | 1dc3a461b3ebca666aef06c84c62909a6d67d35b /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | 81a8128857205178c4ccff9524e39758b8c80ba4 (diff) |
python/pyOpenSSL: Updated for version 0.15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL/pyOpenSSL.SlackBuild')
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index a123eb4d88ed..e05eeeb03355 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-2014 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld.), 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:-0.14} +VERSION=${VERSION:-0.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,7 +44,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -DOCS="PKG-INFO README" +DOCS="PKG-INFO README.rst LICENSE" set -e |