mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
bazel: update to 8.3.1.
This commit is contained in:
parent
a443a5d2c1
commit
8117b3ebc9
2 changed files with 4 additions and 4 deletions
|
@ -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)"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue