mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tornado: Updated for version 5.1.1.
This commit is contained in:
parent
5bd039bbd8
commit
70a93babe4
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tornado
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
VERSION=${VERSION:-5.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="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="backports-abc python-certifi futures singledispatch"
|
||||
|
|
Loading…
Reference in a new issue