diff options
| author | oncletom | 2012-07-17 18:09:49 +0200 |
|---|---|---|
| committer | Misty De Meo | 2012-07-17 23:29:29 -0500 |
| commit | 9b0fb71a8848b29557e013cff98fd28db4befd90 (patch) | |
| tree | 7d9e2c7402e5420dfc4d21c41a98723bd26f3b40 /Library/Formula | |
| parent | 439248c060041bc785b74482c0b6b0461d1ff460 (diff) | |
| download | homebrew-9b0fb71a8848b29557e013cff98fd28db4befd90.tar.bz2 | |
closure-compiler 20120710
Closes #13449.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/closure-compiler.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb index 7afc38419..11d049a77 100644 --- a/Library/Formula/closure-compiler.rb +++ b/Library/Formula/closure-compiler.rb @@ -3,8 +3,8 @@ require 'formula' class ClosureCompiler < Formula homepage 'http://code.google.com/p/closure-compiler/' # Use an SVN download to get the externals as well - url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '1918' - version '20120430' + url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '2079' + version '20120710' head 'svn+http://closure-compiler.googlecode.com/svn/trunk/' |
