diff options
author | Philip Lacroix <slackph at posteo dot de> | 2023-01-29 16:08:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:51 +0700 |
commit | b4391fb672f224b8095b6b4723a6fdf8e368d4a0 (patch) | |
tree | 05042c1cf4f496dd524ac90fc30d12dc36b59108 /network/bottle/bottle.SlackBuild | |
parent | 06115041ab983e5a4f2cad9fafe662853d5d3687 (diff) |
network/bottle: Updated for version 0.12.23.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bottle/bottle.SlackBuild')
-rw-r--r-- | network/bottle/bottle.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/bottle/bottle.SlackBuild b/network/bottle/bottle.SlackBuild index 1d5dd5fd1d..0766effe39 100644 --- a/network/bottle/bottle.SlackBuild +++ b/network/bottle/bottle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bottle -# Copyright 2015-2021 Philip Lacroix <slackph at posteo dot de> +# Copyright 2015-2023 Philip Lacroix <slackph at posteo dot de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bottle -VERSION=${VERSION:-0.12.19} +VERSION=${VERSION:-0.12.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |