diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-17 09:51:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-17 09:51:46 +0700 |
commit | 0caa6a543f071f9deb0d520fd8633c6d5c4f17c8 (patch) | |
tree | e45a2e715faca0e83b624bd9e624ec9966561c78 /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | f71ed713bc3c5992d9b4d642f88872780fdeb430 (diff) |
python/pyOpenSSL: Updated for version 25.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL/pyOpenSSL.SlackBuild')
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index 3333e7a51b..6a55228a08 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyOpenSSL SRCNAM=pyopenssl -VERSION=${VERSION:-25.1.0} +VERSION=${VERSION:-25.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |