summaryrefslogtreecommitdiffstats
path: root/python/pyOpenSSL/pyOpenSSL.SlackBuild
diff options
context:
space:
mode:
author Markus Reichelt2015-06-13 04:47:26 +0200
committer Willy Sudiarto Raharjo2015-06-13 04:47:26 +0200
commitd57e11d4b143c9473e13d4b82eb2a4b68eaa6f6f (patch)
tree1dc3a461b3ebca666aef06c84c62909a6d67d35b /python/pyOpenSSL/pyOpenSSL.SlackBuild
parent81a8128857205178c4ccff9524e39758b8c80ba4 (diff)
downloadslackbuilds-d57e11d4b143c9473e13d4b82eb2a4b68eaa6f6f.tar.gz
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.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild
index a123eb4d88..e05eeeb033 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