bazel 0.25.0
Closes #39571. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
6c90ff73ed
commit
3d7e4d66f2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Bazel < Formula
|
||||
desc "Google's own build tool"
|
||||
homepage "https://bazel.build/"
|
||||
url "https://github.com/bazelbuild/bazel/releases/download/0.23.2/bazel-0.23.2-dist.zip"
|
||||
sha256 "293a5a7d851e0618eeb5e6958d94a11d45b6a00f2ba9376de61ac2bd5f917439"
|
||||
url "https://github.com/bazelbuild/bazel/releases/download/0.25.0/bazel-0.25.0-dist.zip"
|
||||
sha256 "f624fe9ca8d51de192655369ac538c420afb7cde16e1ad052554b582fff09287"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue