network/tornado: Updated for version 5.1.1.

This commit is contained in:
Benjamin Trigona-Harany 2018-09-20 13:28:05 -07:00 committed by David Spencer
parent 5bd039bbd8
commit 70a93babe4
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"