summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-04-08 23:05:25 +0200
committer Willy Sudiarto Raharjo2018-04-14 02:06:34 +0200
commit7af246e8f5652d78a68958126d803a21cac1f1da (patch)
tree707be1eea32998c8bdda2eeccc1be3f4c301099c
parent9351de182ef7e554fab98573cd0e3a9d644d68f7 (diff)
downloadslackbuilds-7af246e8f5652d78a68958126d803a21cac1f1da.tar.gz
python/python3-tornado: Updated for version 5.0.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r--python/python3-tornado/python3-tornado.SlackBuild2
-rw-r--r--python/python3-tornado/python3-tornado.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tornado/python3-tornado.SlackBuild b/python/python3-tornado/python3-tornado.SlackBuild
index cd87363bad..b9ad4d7281 100644
--- a/python/python3-tornado/python3-tornado.SlackBuild
+++ b/python/python3-tornado/python3-tornado.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=tornado
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-5.0.1}
+VERSION=${VERSION:-5.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-tornado/python3-tornado.info b/python/python3-tornado/python3-tornado.info
index 2a6f83f144..97e114e46a 100644
--- a/python/python3-tornado/python3-tornado.info
+++ b/python/python3-tornado/python3-tornado.info
@@ -1,8 +1,8 @@
PRGNAM="python3-tornado"
-VERSION="5.0.1"
+VERSION="5.0.2"
HOMEPAGE="http://www.tornadoweb.org"
-DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.1/tornado-5.0.1.tar.gz"
-MD5SUM="fb66678f5b28b42cd23259b2f352965c"
+DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.2/tornado-5.0.2.tar.gz"
+MD5SUM="df2dcccbf58d95d9167e18b0cdeb5879"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"