diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-31 15:47:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:30 +0700 |
commit | e78662fe30acb922c85d964ce831c11730de0994 (patch) | |
tree | bc4d001574bcc2682fe5c7f0c18e8f5ce0f643c1 /development/bazel | |
parent | 3778c05d69fd31402d665195f0457eca270ad906 (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')
-rw-r--r-- | development/bazel/bazel.SlackBuild | 7 | ||||
-rw-r--r-- | development/bazel/bazel.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/bazel/bazel.SlackBuild b/development/bazel/bazel.SlackBuild index 5e6ba0cd63ed4..41cc4ae49856f 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 diff --git a/development/bazel/bazel.info b/development/bazel/bazel.info index 0eb5ac257d90d..b56fb288d86b3 100644 --- a/development/bazel/bazel.info +++ b/development/bazel/bazel.info @@ -1,8 +1,8 @@ PRGNAM="bazel" -VERSION="5.3.2" +VERSION="5.4.0" HOMEPAGE="https://bazel.build/" -DOWNLOAD="https://github.com/bazelbuild/bazel/releases/download/5.3.2/bazel-5.3.2-dist.zip" -MD5SUM="908d672851229094f00ad277a121b0ac" +DOWNLOAD="https://github.com/bazelbuild/bazel/releases/download/5.4.0/bazel-5.4.0-dist.zip" +MD5SUM="241f790c493e7858ff78954f12bfc4ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk11" |