python/cheroot: Updated for version 5.4.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-03-26 21:20:28 +03:00 committed by Willy Sudiarto Raharjo
parent 7f83b7dbb9
commit 7ca07c9026
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cheroot
VERSION=${VERSION:-5.1.0}
VERSION=${VERSION:-5.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="cheroot"
VERSION="5.1.0"
VERSION="5.4.0"
HOMEPAGE="http://cherrypy.org/"
DOWNLOAD="https://pypi.python.org/packages/00/43/75333be2097ec9304733fc13f28ad47c9b1a65a8c531c1d2f374adeea8c7/cheroot-5.1.0.tar.gz"
MD5SUM="f263c771a524b23a5533866081aa81f9"
DOWNLOAD="https://pypi.python.org/packages/57/6e/f2dd0b84e7430381316ee7f513a289a870a6a6a70d0dbf80f50f6b4ffcd8/cheroot-5.4.0.tar.gz"
MD5SUM="2cb426173029c2704477a7bee451dc61"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"