Skip to content

Commit fda399e

Browse files
BrewTestBotbevanjkay
authored andcommitted
bazel 8.2.0
bazel: bump bazel-src resource
1 parent bbaa7f2 commit fda399e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Formula/b/bazel.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Bazel < Formula
22
desc "Google's own build tool"
33
homepage "https://bazel.build/"
44
# 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"
77
license "Apache-2.0"
88

99
livecheck do
@@ -31,8 +31,8 @@ class Bazel < Formula
3131
depends_on "bazel@7" => :build
3232

3333
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"
3636

3737
livecheck do
3838
formula :parent

0 commit comments

Comments
 (0)