aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Christenson2014-05-12 02:37:09 -0600
committerAdam Vandenberg2014-05-12 12:47:04 -0700
commitb22cd1217df862c211e553e5081e83b40e832d27 (patch)
tree18bcfddd54bc518d7179208750ff907fb63a70f0 /Library/Formula
parentb57b1a46b7ef05a7eb740bfedc88342abfceda24 (diff)
downloadhomebrew-b22cd1217df862c211e553e5081e83b40e832d27.tar.bz2
closure-compiler 20140407
Closes #29158. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/closure-compiler.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index 1bbe9d02c..1233d298c 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -1,10 +1,11 @@
require 'formula'
class ClosureCompiler < Formula
- homepage 'http://code.google.com/p/closure-compiler/'
- url 'https://code.google.com/p/closure-compiler/', :using => :git, :tag => 'v20140303'
+ homepage 'https://github.com/google/closure-compiler'
+ url 'https://github.com/google/closure-compiler/archive/closure-compiler-maven-v20140407.tar.gz'
+ sha1 '80eba20da24f2d7b9f9f45d97ca49deb2668ef03'
- head 'https://code.google.com/p/closure-compiler/', :using => :git
+ head 'https://github.com/google/closure-compiler.git'
depends_on :ant