bazel 0.4.2

Due to changes in the bazel source build process, we now download the
distribution zip archive rather than the source tar.gz.

Signed-off-by: David Pursehouse <dpursehouse@collab.net>

Closes #7647.

Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
David Pursehouse 2016-12-08 10:05:31 +09:00 committed by William Woodruff
parent df7375f5cd
commit 4c0c2bc577
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -1,8 +1,8 @@
class Bazel < Formula
desc "Google's own build tool"
homepage "https://bazel.build/"
url "https://github.com/bazelbuild/bazel/archive/0.4.1.tar.gz"
sha256 "8e4646898fa9298422e69767752680d34cbf21bcae01c401b11aa74fcdb0ef66"
url "https://github.com/bazelbuild/bazel/releases/download/0.4.2/bazel-0.4.2-dist.zip"
sha256 "8e6f41252abadcdb2cc7a07f910ec4b45fb12c46f0a578672c6a186c7efcdb36"
head "https://github.com/bazelbuild/bazel.git"
bottle do