mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-tornado: Updated for version 5.1.1.
This commit is contained in:
parent
70a93babe4
commit
1b3a1536cc
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=tornado
|
||||
PRGNAM=python3-$SRCNAM
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
VERSION=${VERSION:-5.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-tornado"
|
||||
VERSION="5.1.0"
|
||||
VERSION="5.1.1"
|
||||
HOMEPAGE="http://www.tornadoweb.org"
|
||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.1.0/tornado-5.1.0.tar.gz"
|
||||
MD5SUM="576467655e7ac393a59cf9bfe2428dd3"
|
||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.1.1/tornado-5.1.1.tar.gz"
|
||||
MD5SUM="44ca12963dccbc11a97aa0cc92e9bb93"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue