python/python3-tornado: Updated for version 5.0.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-03-06 15:05:20 -08:00 committed by Willy Sudiarto Raharjo
parent f2a976971f
commit fbebaa7ab5
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=tornado
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-4.5.3}
VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-tornado"
VERSION="4.5.3"
VERSION="5.0.0"
HOMEPAGE="http://www.tornadoweb.org"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.5.3/tornado-4.5.3.tar.gz"
MD5SUM="9f887e22ce797f34fef449844f15032f"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.0/tornado-5.0.0.tar.gz"
MD5SUM="edbbd1b55745dc6bb0a2161bf5a5a1f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"