network/tornado: Updated for version 5.0.2.

This commit is contained in:
Benjamin Trigona-Harany 2018-04-08 14:05:45 -07:00 committed by Willy Sudiarto Raharjo
parent 7af246e8f5
commit 8c210e4b07
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.0.1}
VERSION=${VERSION:-5.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="tornado"
VERSION="5.0.1"
VERSION="5.0.2"
HOMEPAGE="http://www.tornadoweb.org"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.1/tornado-5.0.1.tar.gz"
MD5SUM="fb66678f5b28b42cd23259b2f352965c"
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.2/tornado-5.0.2.tar.gz"
MD5SUM="df2dcccbf58d95d9167e18b0cdeb5879"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="backports-abc python-certifi futures singledispatch"