From cc9dc97a7eb8eb7e8e0e6ee2d0f2b335997b8c73 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 25 Mar 2014 12:50:33 -0500 Subject: [PATCH] closure-compiler 20140303 --- Formula/closure-compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/closure-compiler.rb b/Formula/closure-compiler.rb index a222843fef5..1bbe9d02c7d 100644 --- a/Formula/closure-compiler.rb +++ b/Formula/closure-compiler.rb @@ -2,7 +2,7 @@ require 'formula' class ClosureCompiler < Formula homepage 'http://code.google.com/p/closure-compiler/' - url 'https://code.google.com/p/closure-compiler/', :using => :git, :tag => 'v20130823' + url 'https://code.google.com/p/closure-compiler/', :using => :git, :tag => 'v20140303' head 'https://code.google.com/p/closure-compiler/', :using => :git