mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/bottle: Updated for version 0.12.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e78bf4a38
commit
5deec19f44
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bottle
|
||||
|
||||
# Copyright 2015 Philip Lacroix <slackph at posteo dot de>
|
||||
# Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bottle
|
||||
VERSION=${VERSION:-0.12.8}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.12.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bottle"
|
||||
VERSION="0.12.8"
|
||||
VERSION="0.12.13"
|
||||
HOMEPAGE="http://bottlepy.org/docs/dev/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/bottle/bottle-0.12.8.tar.gz"
|
||||
MD5SUM="13132c0a8f607bf860810a6ee9064c5b"
|
||||
DOWNLOAD="https://pypi.python.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz"
|
||||
MD5SUM="d2fe1b48c1d49217e78bf326b1cad437"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue