libraries/CherryPy: Updated for version 8.1.2.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-10-01 10:42:05 +03:00 committed by Willy Sudiarto Raharjo
parent bad963d46d
commit df39ef97e8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CherryPy
VERSION=${VERSION:-8.1.1}
VERSION=${VERSION:-8.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="CherryPy"
VERSION="8.1.1"
VERSION="8.1.2"
HOMEPAGE="http://www.cherrypy.org/"
DOWNLOAD="https://pypi.python.org/packages/a8/b5/20b3b8d6b734aa52d20a91ffe6f6e2aedf3f2ee492f56d1775fe9cd42dd9/CherryPy-8.1.1.tar.gz"
MD5SUM="45088b5bd0cb866b6487810bdd2302fd"
DOWNLOAD="https://pypi.python.org/packages/d9/ec/a9cd68e57af9fead92158028d32cc79f1908fd81f486d8a3826e9847ada6/CherryPy-8.1.2.tar.gz"
MD5SUM="553f054152c2adbe60738682ed5390c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="six"