development/bazel: Updated for version 5.3.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-09 19:42:45 -08:00 committed by Willy Sudiarto Raharjo
parent 9aef5958df
commit f1f14a38b5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bazel
VERSION=${VERSION:-5.3.0}
VERSION=${VERSION:-5.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="bazel"
VERSION="5.3.0"
VERSION="5.3.2"
HOMEPAGE="https://bazel.build/"
DOWNLOAD="https://github.com/bazelbuild/bazel/releases/download/5.3.0/bazel-5.3.0-dist.zip"
MD5SUM="b65a120239e1ce6938b63863fb3ed6bb"
DOWNLOAD="https://github.com/bazelbuild/bazel/releases/download/5.3.2/bazel-5.3.2-dist.zip"
MD5SUM="908d672851229094f00ad277a121b0ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zulu-openjdk11"