Browse Source
python/python3-bottle: updated for version 0.13.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/308/head
Arn0
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-bottle/python3-bottle.SlackBuild
-
python/python3-bottle/python3-bottle.info
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-bottle |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-0.13.3} |
|
|
|
VERSION=${VERSION:-0.13.4} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-bottle" |
|
|
|
VERSION="0.13.3" |
|
|
|
VERSION="0.13.4" |
|
|
|
HOMEPAGE="https://bottlepy.org/docs/dev/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bottle/bottle-0.13.3.tar.gz" |
|
|
|
MD5SUM="76d42b87250e5eb3cd24946bfe8f1b0f" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/bottle/bottle-0.13.4.tar.gz" |
|
|
|
MD5SUM="a8dd2700b477b86a38510a2a31d07c78" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|