diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-11-24 20:06:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 22:12:42 +0700 |
commit | 5bcc120601e6690a123f73fc81f170eb3027df1d (patch) | |
tree | 609c7aab1254fee0fd49d867a7a3af8871bc7ca2 /python/python3-rsa/python3-rsa.SlackBuild | |
parent | 3686effeda3a871f2784260484b8698a6339b0c3 (diff) |
python/python3-rsa: Updated for version 4.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rsa/python3-rsa.SlackBuild')
-rw-r--r-- | python/python3-rsa/python3-rsa.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-rsa/python3-rsa.SlackBuild b/python/python3-rsa/python3-rsa.SlackBuild index c554605520..0526062d96 100644 --- a/python/python3-rsa/python3-rsa.SlackBuild +++ b/python/python3-rsa/python3-rsa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-rsa -# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-rsa SRCNAM=rsa -VERSION=${VERSION:-4.8} +VERSION=${VERSION:-4.9} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |