diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-29 20:21:13 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:42 +0700 |
commit | 9ba0c420b8894f356dd7d5c046e567127569becb (patch) | |
tree | 71675e7218d604d1066e9852e9caccd48066776c /python/python-mysql-replication/python-mysql-replication.SlackBuild | |
parent | d4df28b71c093e357e7457adb751b494f4eb91c8 (diff) |
python/python-mysql-replication: Updated for version 0.28.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-mysql-replication/python-mysql-replication.SlackBuild')
-rw-r--r-- | python/python-mysql-replication/python-mysql-replication.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/python/python-mysql-replication/python-mysql-replication.SlackBuild b/python/python-mysql-replication/python-mysql-replication.SlackBuild index c0d772f418..0bc42e67cb 100644 --- a/python/python-mysql-replication/python-mysql-replication.SlackBuild +++ b/python/python-mysql-replication/python-mysql-replication.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-mysql-replication -# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand +# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-mysql-replication SRCNAM=mysql-replication -VERSION=${VERSION:-0.26} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.28} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,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 |