diff options
| author | Ian Lancaster | 2013-04-14 13:46:14 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-14 11:31:16 -0700 |
| commit | d5d40710fb2f38b8b49c0235b4beb6b0f552886a (patch) | |
| tree | 88df03a538d0eff14f32b62e5a7c392290ec5923 /Library | |
| parent | 87297dabc7ae8bd15714441e02d4ba49c28ca6eb (diff) | |
| download | homebrew-d5d40710fb2f38b8b49c0235b4beb6b0f552886a.tar.bz2 | |
closure-compiler 20130411
Closes #19193.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 |
