We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1382788 commit edfaf7bCopy full SHA for edfaf7b
Formula/b/bazel.rb
@@ -2,8 +2,8 @@ class Bazel < Formula
2
desc "Google's own build tool"
3
homepage "https://bazel.build/"
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"
+ url "https://github.com/bazelbuild/bazel/releases/download/8.2.0/bazel-8.2.0-dist.zip"
+ sha256 "859bcdc655c2612a092b75e412082a34e2f1e47b643806de39be3e49c3cdc3f5"
7
license "Apache-2.0"
8
9
livecheck do
0 commit comments