diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-11 07:32:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-11 07:32:30 +0700 |
commit | 013a871b83aa5490d28aa87e97fa385217b7fd8c (patch) | |
tree | 45ba878a8ef7611c4c1ec807b3e7c77b513ad561 /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | f7a9d0d6987ab40579b58410e09854a93986bc3d (diff) |
python/pyOpenSSL: Updated for versin 24.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index f3744320c2..03a3265baf 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyOpenSSL -VERSION=${VERSION:-24.0.0} +VERSION=${VERSION:-24.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |