We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fb15e commit 21cbca7Copy full SHA for 21cbca7
Formula/b/bazel.rb
@@ -1,8 +1,8 @@
1
class Bazel < Formula
2
desc "Google's own build tool"
3
homepage "https://bazel.build/"
4
- url "https://github.com/bazelbuild/bazel/releases/download/7.4.1/bazel-7.4.1-dist.zip"
5
- sha256 "83386618bc489f4da36266ef2620ec64a526c686cf07041332caff7c953afaf5"
+ url "https://github.com/bazelbuild/bazel/releases/download/8.0.0/bazel-8.0.0-dist.zip"
+ sha256 "201dbe0f8c0fedd4e650f30e5b7b813a4c09c1249a0f207133b74d2c5af99fce"
6
license "Apache-2.0"
7
8
livecheck do
0 commit comments