mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/CherryPy: Updated for version 10.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8870698caa
commit
a5e71d8143
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for CherryPy
|
||||
|
||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=CherryPy
|
||||
VERSION=${VERSION:-10.1.1}
|
||||
VERSION=${VERSION:-10.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="CherryPy"
|
||||
VERSION="10.1.1"
|
||||
VERSION="10.2.0"
|
||||
HOMEPAGE="http://www.cherrypy.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/da/e2/6ed242ebfe96912e0866cc01139027d342d52c35ad33ee182bfb671c177d/CherryPy-10.1.1.tar.gz"
|
||||
MD5SUM="4957d9f40c7a0772ad4f2e3fbb5a627f"
|
||||
DOWNLOAD="https://pypi.python.org/packages/fd/ac/de34a5317a53ed9b406e99394f50b8ff24166231de56af3174a80d27f8cf/CherryPy-10.2.0.tar.gz"
|
||||
MD5SUM="a769c7e7a84c51d1006b6ac2136411d9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cheroot portend"
|
||||
|
|
Loading…
Reference in a new issue