diff options
Diffstat (limited to 'Library')
| -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 2901d4c3b..c8a6bdfeb 100644 --- a/Library/Formula/closure-compiler.rb +++ b/Library/Formula/closure-compiler.rb @@ -2,8 +2,8 @@ require 'formula' class ClosureCompiler < Formula homepage 'http://code.google.com/p/closure-compiler/' - url 'https://code.google.com/p/closure-compiler/', :using => :git, :tag => 'v20130227' - version '20130227' + url 'https://code.google.com/p/closure-compiler/', :using => :git, :tag => 'v20130411' + version '20130411' head 'https://code.google.com/p/closure-compiler/', :using => :git |
