diff options
| author | Alex Dunn | 2015-03-28 15:26:28 -0700 |
|---|---|---|
| committer | Brett Koonce | 2015-03-28 22:46:00 -0700 |
| commit | a4e26737584cf25d938dab04ef5bc0b33985ce66 (patch) | |
| tree | 76914fecdd6e076ba0f92f67688dbfc68209d355 /Library | |
| parent | 91956288ac0015da205b75baf03eb09ff9a23612 (diff) | |
| download | homebrew-a4e26737584cf25d938dab04ef5bc0b33985ce66.tar.bz2 | |
closure-compiler 20150315
Closes #38159.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/closure-compiler.rb | 6 |
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 |
