diff options
author | Isaac Yu <39106618+isaackwy@users.noreply.github.com> | 2022-08-27 21:23:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:50 +0700 |
commit | 4c97c363b8e600ce5578377312ab7c9516e84ac8 (patch) | |
tree | f2bd6deff998804e2d9948f03586d910fe132bc0 /development | |
parent | eeee722d7f4fdbd312e0481b4c962da6d392b201 (diff) |
development/bazel: Updated for version 5.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/bazel/bazel.SlackBuild | 6 | ||||
-rw-r--r-- | development/bazel/bazel.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/development/bazel/bazel.SlackBuild b/development/bazel/bazel.SlackBuild index aa1cf70010a8..15133390dce2 100644 --- a/development/bazel/bazel.SlackBuild +++ b/development/bazel/bazel.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bazel -VERSION=${VERSION:-5.2.0} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -102,7 +102,9 @@ mkdir -p $PKG/usr/share/bash-completion/completions/bazel mkdir -p $PKG/usr/share/zsh/site-functions/_bazel mkdir -p $PKG/opt/bazel -# Move the bazel binary (It alone is 33MB). +# Move the bazel binary (It alone is 33MB). +# /usr/bin/bazel should not be stripped - otherwise, bazel becomes unusable: +# https://github.com/bazelbuild/bazel/issues/600 mv $TMP/$PRGNAM-$VERSION/output/bazel $PKG/usr/bin # Copy scripts diff --git a/development/bazel/bazel.info b/development/bazel/bazel.info index 1bb3959c7e7a..49bbbd80da75 100644 --- a/development/bazel/bazel.info +++ b/development/bazel/bazel.info @@ -1,8 +1,8 @@ PRGNAM="bazel" -VERSION="5.2.0" +VERSION="5.3.0" HOMEPAGE="https://bazel.build/" -DOWNLOAD="https://github.com/bazelbuild/bazel/releases/download/5.2.0/bazel-5.2.0-dist.zip" -MD5SUM="1cac2d87e592743c5ceec4883ae448e4" +DOWNLOAD="https://github.com/bazelbuild/bazel/releases/download/5.3.0/bazel-5.3.0-dist.zip" +MD5SUM="b65a120239e1ce6938b63863fb3ed6bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk11" |