File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -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
You can’t perform that action at this time.
0 commit comments