diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-06 17:17:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:37:51 +0700 |
commit | 82c78e7486bc09d865dd4a810cd18d3bd8b3f4f7 (patch) | |
tree | 4e2693d26ea59d2e453cf7b717eb4c9893be7579 /python/python3-tornado/python3-tornado.SlackBuild | |
parent | 4456d465191e9b8138f93a6b5e0d2b9e90d3f5a9 (diff) |
python/python3-tornado: Version bump to 6.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tornado/python3-tornado.SlackBuild')
-rw-r--r-- | python/python3-tornado/python3-tornado.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-tornado/python3-tornado.SlackBuild b/python/python3-tornado/python3-tornado.SlackBuild index f5974e4f5c..607a4987eb 100644 --- a/python/python3-tornado/python3-tornado.SlackBuild +++ b/python/python3-tornado/python3-tornado.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2017-2020 Benjamin Trigona-Harany # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tornado SRCNAM=tornado -VERSION=${VERSION:-6.4.0} +VERSION=${VERSION:-6.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |