python/python3-tornado: Updated for version 4.5.3.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-01-11 08:05:28 -08:00 committed by Willy Sudiarto Raharjo
parent 07122876f6
commit d14c23ad23
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"