bazel: update to 8.3.1.

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:28 +07:00
parent a443a5d2c1
commit 8117b3ebc9
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
get_workspace_root
-readonly wrapper_dir="$(dirname "$(get_realpath "${BASH_SOURCE[0]}")")"
+export JAVA_HOME=/usr/lib/jvm/openjdk21
+export JAVA_HOME=/usr/lib/jvm/openjdk17
+readonly wrapper_dir="/usr/libexec/bazel"
readonly os_arch_suffix="$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m)"

View file

@ -1,7 +1,7 @@
# Template file for 'bazel'
pkgname=bazel
version=8.2.1
revision=2
version=8.3.1
revision=1
hostmakedepends="protobuf python3 unzip openjdk21 which perl grpc zip tar"
makedepends="protobuf-devel libprotoc-devel grpc-devel libarchive-devel
zlib-devel"
@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="Apache-2.0"
homepage="https://bazel.build/"
distfiles="https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip"
checksum="b12b95cc02cc5ee19ff7a6a7f71f9496631f937c8e13a8f53ee0ff7b7700bc16"
checksum=79da863df05fa4de79a82c4f9d4e710766f040bc519fd8b184a4d4d51345d5ba
nostrip=yes
python_version=3