diff options
| -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 11d049a77..1bc20e724 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 => '2079' - version '20120710' + url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '2180' + version '20120917' head 'svn+http://closure-compiler.googlecode.com/svn/trunk/' |
