diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-03-24 14:29:42 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-25 20:18:45 +0700 |
commit | 349c6989dfb8cd7e6e3ca697d0f547cfe36f66b1 (patch) | |
tree | 093ae57ad88ca8b8a132c966f05d7ff622045b98 /python/python3-keyring/python3-keyring.SlackBuild | |
parent | 6ed9a206c0df3e690f97584a015ada0aa2ddb159 (diff) |
python/python3-keyring: Update for 25.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-keyring/python3-keyring.SlackBuild')
-rw-r--r-- | python/python3-keyring/python3-keyring.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-keyring/python3-keyring.SlackBuild b/python/python3-keyring/python3-keyring.SlackBuild index 0d54b143fd..c943f604ed 100644 --- a/python/python3-keyring/python3-keyring.SlackBuild +++ b/python/python3-keyring/python3-keyring.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-keyring -VERSION=${VERSION:-24.3.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-25.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |