network/tornado: Updated for version 4.5.2.

This commit is contained in:
Benjamin Trigona-Harany 2017-08-28 12:52:14 -07:00 committed by David Spencer
parent 02b6d98705
commit 9e98307c13
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:-4.5.1}
VERSION=${VERSION:-4.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="tornado"
VERSION="4.5.1"
VERSION="4.5.2"
HOMEPAGE="http://www.tornadoweb.org"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.5.1/tornado-4.5.1.tar.gz"
MD5SUM="963de759843a0799b861a6faacff676a"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.5.2/tornado-4.5.2.tar.gz"
MD5SUM="2c8d8c06afdf6d0d685d0ff7e968eeb9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="backports-abc backports-ssl-match-hostname"