diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-17 17:02:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-18 08:13:18 +0700 |
commit | 1d74476d39d85c1f47abf896c8224f609ce25a76 (patch) | |
tree | fd4afdc15a40fc159de54191501b7d0da7d8f01d /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | 7c8e54af9f52fd24214132d89213a8572f5eba08 (diff) |
python/pyOpenSSL: Updated for version 25.0.0.
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 4a4ce7984a..f33ab26589 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-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2022-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyOpenSSL SRCNAM=pyopenssl -VERSION=${VERSION:-24.3.0} +VERSION=${VERSION:-25.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |