aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/closure-compiler.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index a005ddb86..403adf0bd 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -1,8 +1,7 @@
class ClosureCompiler < Formula
homepage "https://github.com/google/closure-compiler"
- url "https://github.com/google/closure-compiler/archive/maven-release-v20150126.tar.gz"
- sha256 "cedd1746f2e47bad781aaba9c80e5409906d09af309f05c03832dea05497e375"
-
+ url "https://github.com/google/closure-compiler/archive/maven-release-v20150315.tar.gz"
+ sha256 "9e4ad6367913f1b2f3b3a3a9d68dc4779144336b06aa9732dd0a6caca2d83ba1"
head "https://github.com/google/closure-compiler.git"
bottle do
@@ -18,7 +17,6 @@ class ClosureCompiler < Formula
def install
system "ant", "clean"
system "ant"
-
libexec.install Dir["*"]
bin.write_jar_script libexec/"build/compiler.jar", "closure-compiler"
end