aboutsummaryrefslogtreecommitdiff
path: root/development/bazel/bazel.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-03-31 15:47:30 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-08 09:16:30 +0700
commite78662fe30acb922c85d964ce831c11730de0994 (patch)
treebc4d001574bcc2682fe5c7f0c18e8f5ce0f643c1 /development/bazel/bazel.SlackBuild
parent3778c05d69fd31402d665195f0457eca270ad906 (diff)
development/bazel: Updated for version 5.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bazel/bazel.SlackBuild')
-rw-r--r--development/bazel/bazel.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/bazel/bazel.SlackBuild b/development/bazel/bazel.SlackBuild
index 5e6ba0cd63..41cc4ae498 100644
--- a/development/bazel/bazel.SlackBuild
+++ b/development/bazel/bazel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bazel
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bazel
-VERSION=${VERSION:-5.3.2}
+VERSION=${VERSION:-5.4.0}
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