mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python3-tornado: Updated for version 4.5.3.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
07122876f6
commit
d14c23ad23
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=tornado
|
||||
PRGNAM=python3-$SRCNAM
|
||||
VERSION=${VERSION:-4.5.2}
|
||||
VERSION=${VERSION:-4.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tornado"
|
||||
VERSION="4.5.2"
|
||||
VERSION="4.5.3"
|
||||
HOMEPAGE="http://www.tornadoweb.org"
|
||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.5.2/tornado-4.5.2.tar.gz"
|
||||
MD5SUM="2c8d8c06afdf6d0d685d0ff7e968eeb9"
|
||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.5.3/tornado-4.5.3.tar.gz"
|
||||
MD5SUM="9f887e22ce797f34fef449844f15032f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue