summaryrefslogtreecommitdiffstats
path: root/python/python3-tornado
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-03-16 14:42:00 +0100
committer Willy Sudiarto Raharjo2019-03-23 03:59:39 +0100
commit578acfb61bd1e5270041331a45165def5907499e (patch)
treefdb78cce50273ef7880719e115c711c8b599d7cf /python/python3-tornado
parentb0b772df324d3de54423ec6916de6df549ef284e (diff)
downloadslackbuilds-578acfb61bd1e5270041331a45165def5907499e.tar.gz
python/python3-tornado: Updated for version 6.0.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-tornado')
-rw-r--r--python/python3-tornado/python3-tornado.SlackBuild4
-rw-r--r--python/python3-tornado/python3-tornado.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tornado/python3-tornado.SlackBuild b/python/python3-tornado/python3-tornado.SlackBuild
index f1349c663b..18d8af9103 100644
--- a/python/python3-tornado/python3-tornado.SlackBuild
+++ b/python/python3-tornado/python3-tornado.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-tornado
-# Copyright 2017-2018 Benjamin Trigona-Harany
+# Copyright 2017-2019 Benjamin Trigona-Harany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
SRCNAM=tornado
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-5.1.1}
+VERSION=${VERSION:-6.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-tornado/python3-tornado.info b/python/python3-tornado/python3-tornado.info
index b92c166a84..88c10251dc 100644
--- a/python/python3-tornado/python3-tornado.info
+++ b/python/python3-tornado/python3-tornado.info
@@ -1,8 +1,8 @@
PRGNAM="python3-tornado"
-VERSION="5.1.1"
+VERSION="6.0.1"
HOMEPAGE="http://www.tornadoweb.org"
-DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.1.1/tornado-5.1.1.tar.gz"
-MD5SUM="44ca12963dccbc11a97aa0cc92e9bb93"
+DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.0.1/tornado-6.0.1.tar.gz"
+MD5SUM="bff20b4e18760767f7fb01157fd53887"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"