diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-12-08 15:51:18 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:50:09 +0700 |
commit | a5606ad3ec615d44a5a0630bcbe4472175315332 (patch) | |
tree | 8185559c50269d00164c8e37117f3b6f915ed855 /python/python3-tornado | |
parent | fb2757bfd6a6191a59a5115d80fd732629baaf99 (diff) |
python/python3-tornado: Updated for version 6.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tornado')
-rw-r--r-- | python/python3-tornado/python3-tornado.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-tornado/python3-tornado.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tornado/python3-tornado.SlackBuild b/python/python3-tornado/python3-tornado.SlackBuild index d16fe0f6cb1a2..f5974e4f5cc13 100644 --- a/python/python3-tornado/python3-tornado.SlackBuild +++ b/python/python3-tornado/python3-tornado.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tornado SRCNAM=tornado -VERSION=${VERSION:-6.3.3} +VERSION=${VERSION:-6.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-tornado/python3-tornado.info b/python/python3-tornado/python3-tornado.info index 927337283e682..c1efe1a0aaaa2 100644 --- a/python/python3-tornado/python3-tornado.info +++ b/python/python3-tornado/python3-tornado.info @@ -1,8 +1,8 @@ PRGNAM="python3-tornado" -VERSION="6.3.3" +VERSION="6.4.0" HOMEPAGE="http://www.tornadoweb.org" -DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.3.3/tornado-6.3.3.tar.gz" -MD5SUM="68632f22123fd7fa62c328ba1ef41cca" +DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.4.0/tornado-6.4.0.tar.gz" +MD5SUM="55eb5707d6083392b2442f81203de419" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |