aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorIan Lancaster2013-03-06 22:26:46 -0500
committerAdam Vandenberg2013-03-06 21:49:50 -0800
commit75067bee56cbdff1ed3c42a71abe7d516e155933 (patch)
tree35be6683fbdedfad9ca08b0dcdace4a53beebf25 /Library/Formula
parent3f57e62ca21a135c587746b571f5256697c8b63a (diff)
downloadhomebrew-75067bee56cbdff1ed3c42a71abe7d516e155933.tar.bz2
closure-compiler 20130227
Switched to git tags. Closes #18301. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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"