aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/closure-compiler.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index caa5f9a9f..2901d4c3b 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -2,11 +2,10 @@ 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 => '2388'
- version '20121212'
+ url 'https://code.google.com/p/closure-compiler/', :using => :git, :tag => 'v20130227'
+ version '20130227'
- head 'svn+http://closure-compiler.googlecode.com/svn/trunk/'
+ head 'https://code.google.com/p/closure-compiler/', :using => :git
def install
system "ant", "clean"