Browse Source
python/python3-tornado: Version bump to 6.4.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Jeremy Hansen
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/python3-tornado/python3-tornado.SlackBuild
-
python/python3-tornado/python3-tornado.info
|
|
@ -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} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-tornado" |
|
|
|
VERSION="6.4.0" |
|
|
|
VERSION="6.4.1" |
|
|
|
HOMEPAGE="http://www.tornadoweb.org" |
|
|
|
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.4.0/tornado-6.4.0.tar.gz" |
|
|
|
MD5SUM="55eb5707d6083392b2442f81203de419" |
|
|
|
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.4.1/tornado-6.4.1.tar.gz" |
|
|
|
MD5SUM="5189580444e4d5e88b656e7e7f7536fd" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|