python/python3-tornado: Updated for version 6.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fb2757bfd6
commit
a5606ad3ec
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-tornado
|
||||
SRCNAM=tornado
|
||||
VERSION=${VERSION:-6.3.3}
|
||||
VERSION=${VERSION:-6.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tornado"
|
||||
VERSION="6.3.3"
|
||||
VERSION="6.4.0"
|
||||
HOMEPAGE="http://www.tornadoweb.org"
|
||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.3.3/tornado-6.3.3.tar.gz"
|
||||
MD5SUM="68632f22123fd7fa62c328ba1ef41cca"
|
||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.4.0/tornado-6.4.0.tar.gz"
|
||||
MD5SUM="55eb5707d6083392b2442f81203de419"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue