bazel 0.3.2
Closes #5667. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f81fd59618
commit
fabaac2306
1 changed files with 2 additions and 11 deletions
|
@ -2,17 +2,8 @@ class Bazel < Formula
|
|||
desc "Google's own build tool"
|
||||
homepage "https://www.bazel.io/"
|
||||
head "https://github.com/bazelbuild/bazel.git"
|
||||
|
||||
stable do
|
||||
url "https://github.com/bazelbuild/bazel/archive/0.3.1.tar.gz"
|
||||
sha256 "52beafc9d78fc315115226f31425e21df1714d96c7dfcdeeb02306e2fe028dd8"
|
||||
|
||||
# Fix build on macOS 10.12 Sierra
|
||||
patch do
|
||||
url "https://github.com/bazelbuild/bazel/commit/fefd2329f4812bcb513294fdf417fc726a86ddfd.diff"
|
||||
sha256 "73455ede4acb9e40923838cb66750a5baacc6b6f8eaaeed72df02dbca38bbe73"
|
||||
end
|
||||
end
|
||||
url "https://github.com/bazelbuild/bazel/archive/0.3.2.tar.gz"
|
||||
sha256 "9692ac3318a40e8a0530f68bbfc473ae5f6a4a5c0fe08d2f88612ca4d40ba54a"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue