aboutsummaryrefslogtreecommitdiff
path: root/system/bat/bat.SlackBuild
diff options
context:
space:
mode:
authorErich Ritz <erich.public@protonmail.com>2022-03-30 15:12:58 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:18:54 +0700
commit1c6f9f1de24b8712626b7b2689ba9ff57930d234 (patch)
treedf88e9fe5f0442f14725f092ec6aebf7daa92863 /system/bat/bat.SlackBuild
parent4425b2b05329ef294f85925215ae321134c2b280 (diff)
system/bat: Updated for version 0.20.0.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bat/bat.SlackBuild')
-rw-r--r--system/bat/bat.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/bat/bat.SlackBuild b/system/bat/bat.SlackBuild
index fc88360797..2393afb1c6 100644
--- a/system/bat/bat.SlackBuild
+++ b/system/bat/bat.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for bat
# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2021 Erich Ritz, Jenks, Oklahoma, USA
+# Copyright 2021-2022 Erich Ritz, Jenks, Oklahoma, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bat
-VERSION=${VERSION:-0.18.3}
+VERSION=${VERSION:-0.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -45,9 +45,6 @@ if [ -z "$ARCH" ]; then
fi
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