diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 10:17:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-07 08:53:30 +0700 |
commit | 0e66b0339a40e9c963a90caba7d432e3ffa7834e (patch) | |
tree | 9bd5054e631609d09a347da3b856c4d5355b8780 /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | 0d195ac819e362a09152466e05f98b2138e6fd33 (diff) |
python/pyOpenSSL: Updated for version 22.1.0.
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 6d83a9365a..57e0dadd5b 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -4,7 +4,7 @@ # # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> # Copyright 2012-2018 Markus Reichelt, Aachen, DE -# Copyright 2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2022-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyOpenSSL -VERSION=${VERSION:-22.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-23.3.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |