diff options
| author | Ankit Aggarwal | 2013-01-03 14:43:14 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-03 20:25:05 -0800 |
| commit | 2d6796e793489687b70a86b9af41dc5e478e2724 (patch) | |
| tree | 32d51db48ee4216e7a1561042b86b31f96e60ad4 /Library/Formula | |
| parent | 6f81fc6ed6fece7b9faa5c7d11616f4292de3e4a (diff) | |
| download | homebrew-2d6796e793489687b70a86b9af41dc5e478e2724.tar.bz2 | |
Google Closure Compiler r2388
Closes #16879.
Signed-off-by: Adam Vandenberg <flangy@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 866aa543e..caa5f9a9f 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 => '2180' - version '20120917' + url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '2388' + version '20121212' head 'svn+http://closure-compiler.googlecode.com/svn/trunk/' |
