mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-tornado: Updated for version 5.0.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
9351de182e
commit
7af246e8f5
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
SRCNAM=tornado
|
SRCNAM=tornado
|
||||||
PRGNAM=python3-$SRCNAM
|
PRGNAM=python3-$SRCNAM
|
||||||
VERSION=${VERSION:-5.0.1}
|
VERSION=${VERSION:-5.0.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-tornado"
|
PRGNAM="python3-tornado"
|
||||||
VERSION="5.0.1"
|
VERSION="5.0.2"
|
||||||
HOMEPAGE="http://www.tornadoweb.org"
|
HOMEPAGE="http://www.tornadoweb.org"
|
||||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.1/tornado-5.0.1.tar.gz"
|
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.2/tornado-5.0.2.tar.gz"
|
||||||
MD5SUM="fb66678f5b28b42cd23259b2f352965c"
|
MD5SUM="df2dcccbf58d95d9167e18b0cdeb5879"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3"
|
REQUIRES="python3"
|
||||||
|
|
Loading…
Reference in a new issue