python/python3-tornado: Update for 6.2.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d17e0d8e94
commit
a6291ec25e
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for python3-tornado
|
# Slackware build script for python3-tornado
|
||||||
|
|
||||||
# Copyright 2017-2020 Benjamin Trigona-Harany
|
# Copyright 2017-2020 Benjamin Trigona-Harany
|
||||||
|
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-tornado
|
PRGNAM=python3-tornado
|
||||||
VERSION=${VERSION:-6.1.0}
|
VERSION=${VERSION:-6.2.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="python3-tornado"
|
PRGNAM="python3-tornado"
|
||||||
VERSION="6.1.0"
|
VERSION="6.2.0"
|
||||||
HOMEPAGE="http://www.tornadoweb.org"
|
HOMEPAGE="http://www.tornadoweb.org"
|
||||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.1.0/tornado-6.1.0.tar.gz"
|
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.2.0/tornado-6.2.0.tar.gz"
|
||||||
MD5SUM="2d94363f8a3dcf14dd77a796e19b0386"
|
MD5SUM="ac5546f18d57171df7f711aefbd518c6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Benjamin Trigona-Harany"
|
MAINTAINER="Isaac Yu"
|
||||||
EMAIL="slackbuilds@jaxartes.net"
|
EMAIL="isaacyu1@isaacyu1.com"
|
||||||
|
|
Loading…
Reference in New Issue