@@ -2,8 +2,8 @@ class Bazel < Formula
2
2
desc "Google's own build tool"
3
3
homepage "https://bazel.build/"
4
4
# TODO: Try removing `bazel@7` workaround whenever new release is available
5
- url "https://github.com/bazelbuild/bazel/releases/download/8.1.1 /bazel-8.1.1 -dist.zip"
6
- sha256 "4c9487a16f7841150092f07d93a6727d66f2c4133a617d739dca8ec83fb0099c "
5
+ url "https://github.com/bazelbuild/bazel/releases/download/8.2.0 /bazel-8.2.0 -dist.zip"
6
+ sha256 "859bcdc655c2612a092b75e412082a34e2f1e47b643806de39be3e49c3cdc3f5 "
7
7
license "Apache-2.0"
8
8
9
9
livecheck do
@@ -12,13 +12,13 @@ class Bazel < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "e73a9a9b4ab2195bdb7c89e3f90680cf8a77936fa02e1b5f4d8c25959e914a96 "
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "1dae78b28eb7678a07de49d2cc77a6904d7f3e9a8761b34f066d0ce76b5b0a9d "
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "e062c7074decf3b25486a473d2e026cfa009f7badd6dbe5ec311d46993894395 "
18
- sha256 cellar : :any_skip_relocation , sonoma : "86fc00161a0497eef631b551eaebaa2d91a6c58befbb3d003774a45d83efc3f7 "
19
- sha256 cellar : :any_skip_relocation , ventura : "38f134f4872a99842202d0cea9c77d6ac46bfdd637f2dcba0ecd1b95673fac6f "
20
- sha256 cellar : :any_skip_relocation , arm64_linux : "72fabb4b5ae1fa0735356193e88fe083cefd5fd923c9a7aae1dcc9a3d30b9bea "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "83900856ca38e817743b9e92a2e4db87928473a2fa74bf11941ed3adc5887900 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "6bd88817b4a5ec607993570dd95a63c923991064603c8fafadcab89013128cdf "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "e547f741fcfc696668babe788910e4d52e474049b3c60b0b67eb570399430015 "
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "d8cc64084044ecc0441dd90750f23cfb1922113ad7be5e0507c5d87702fbd7f8 "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "58500963b8ec169ca775535f23a95a688d1944b342a3e7855bd550592fc80f75 "
19
+ sha256 cellar : :any_skip_relocation , ventura : "d9bc01acd4a61090b25a5541b0710be1901532fd377d21f86a16b7ca294c7f7d "
20
+ sha256 cellar : :any_skip_relocation , arm64_linux : "d9ba78bcffc64486ba909994c4763baa734231c6c4524960353fd62f9d2e3c66 "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "bf890e5d1e219b9efb0a35616139b29efe43be066a3f64cc74c53e0b46e4f32b "
22
22
end
23
23
24
24
depends_on "[email protected] " => :build
@@ -31,8 +31,8 @@ class Bazel < Formula
31
31
depends_on "bazel@7" => :build
32
32
33
33
resource "bazel-src" do
34
- url "https://github.com/bazelbuild/bazel/archive/refs/tags/8.1.1 .tar.gz"
35
- sha256 "73d7e1eca0d27a52633dfa73db456e981c5d04ef8ffaa9120a664e093e500880 "
34
+ url "https://github.com/bazelbuild/bazel/archive/refs/tags/8.2.0 .tar.gz"
35
+ sha256 "93afb85c2fc3aa9cedd57926a08c88a9b44c53916c732e43531a6f9c2a27e01a "
36
36
37
37
livecheck do
38
38
formula :parent
0 commit comments