bazel 0.6.1
Closes #19064. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
275ecf2c96
commit
ada009e475
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.6.0/bazel-0.6.0-dist.zip"
|
||||
sha256 "a0e53728a9541ef87934831f3d05f2ccfdc3b8aeffe3e037be2b92b12400598e"
|
||||
url "https://github.com/bazelbuild/bazel/releases/download/0.6.1/bazel-0.6.1-dist.zip"
|
||||
sha256 "dada1f60a512789747011184b2767d2b44136ef3b036d86947f1896d200d2ba7"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue