aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-11-02 11:54:34 +0000
committerMike McQuaid2014-11-02 15:33:13 +0000
commit26a7e9ad1bc097d4d5b40e8bc5a3f9c0fd901f83 (patch)
tree18cde94a18bf3e9ee492de791707c96cab2c8e51 /Library/Formula
parented52f5b7bc8f32fb6edf96f17323b313b7688bf5 (diff)
downloadhomebrew-26a7e9ad1bc097d4d5b40e8bc5a3f9c0fd901f83.tar.bz2
closure-compiler: add 20141023 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/closure-compiler.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index 3cac7b7a8..e582632c3 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -7,6 +7,13 @@ class ClosureCompiler < Formula
head "https://github.com/google/closure-compiler.git"
+ bottle do
+ cellar :any
+ sha1 "4948b02aa41ae8979325f759116750a72b14feff" => :yosemite
+ sha1 "2d99973cfa238d61b2beab10005494b5b61b73ca" => :mavericks
+ sha1 "68df5948864090eab5b2f221b2d6f7fea3e9e3b8" => :mountain_lion
+ end
+
depends_on :ant => :build
depends_on :java => "1.7"