From 9ba0c420b8894f356dd7d5c046e567127569becb Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Tue, 29 Mar 2022 20:21:13 +1300 Subject: python/python-mysql-replication: Updated for version 0.28. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- .../python-mysql-replication/python-mysql-replication.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'python/python-mysql-replication/python-mysql-replication.SlackBuild') 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 -- cgit v1.2.3