network/tornado: Updated for version 4.4.2.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-01-22 09:07:13 -08:00 committed by Willy Sudiarto Raharjo
parent 144c56381d
commit 538faf18cd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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.4.0}
VERSION=${VERSION:-4.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="tornado"
VERSION="4.4.0"
VERSION="4.4.2"
HOMEPAGE="http://www.tornadoweb.org"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.4.0/tornado-4.4.0.tar.gz"
MD5SUM="4397681f497e49bda4f9a340ae57c35e"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.4.2/tornado-4.4.2.tar.gz"
MD5SUM="cecd70dc9a8ad91dd4986bee01e00aa3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="backports-abc backports-ssl-match-hostname"