aboutsummaryrefslogtreecommitdiff
path: root/python/tqdm/tqdm.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-05-28 08:01:33 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-28 09:11:29 +0700
commit8a2e95063e27ab6c1fce91ab8e0ec131f7bc5bd3 (patch)
tree630a6b670ffeaad3a1271e68efed9802b7e55759 /python/tqdm/tqdm.SlackBuild
parent438c6f1e978b470c5310769743fad68b59e7663e (diff)
python/tqdm: Updated for version 4.64.0.
afdko needs at least this version now. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tqdm/tqdm.SlackBuild')
-rw-r--r--python/tqdm/tqdm.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/tqdm/tqdm.SlackBuild b/python/tqdm/tqdm.SlackBuild
index 1f1bc406fa7b..4b6327549944 100644
--- a/python/tqdm/tqdm.SlackBuild
+++ b/python/tqdm/tqdm.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tqdm
-VERSION=${VERSION:-4.63.0}
+VERSION=${VERSION:-4.64.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -37,9 +37,7 @@ if [ -z "$ARCH" ]; then
*) ARCH=$( uname -m ) ;;
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