Browse Source
python/python3-tornado: Version bump to 6.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/314/head
Jeremy Hansen
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-tornado/python3-tornado.SlackBuild
-
python/python3-tornado/python3-tornado.info
|
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-tornado |
|
|
|
SRCNAM=tornado |
|
|
|
VERSION=${VERSION:-6.5.1} |
|
|
|
VERSION=${VERSION:-6.5.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-tornado" |
|
|
|
VERSION="6.5.1" |
|
|
|
VERSION="6.5.2" |
|
|
|
HOMEPAGE="http://www.tornadoweb.org" |
|
|
|
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.5.1/tornado-6.5.1.tar.gz" |
|
|
|
MD5SUM="b30d296e585435aabf256c80e96f6b18" |
|
|
|
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.5.2/tornado-6.5.2.tar.gz" |
|
|
|
MD5SUM="1210ad34eb474a2d36a5ce1a40ebd3f2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|