aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authoroncletom2012-06-09 10:57:09 +0200
committerAdam Vandenberg2012-06-12 07:10:39 -0700
commit4041e82d80778c32cf3054d95d6af5eaa73a1747 (patch)
tree62490fe2d6efc80b08609c393d3d2ebfeb771cf9 /Library
parent63e402f4ce10d614d0a10a1464d03ea784887d6e (diff)
downloadhomebrew-4041e82d80778c32cf3054d95d6af5eaa73a1747.tar.bz2
Formula as HEAD-only to fix the latest stable build
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/closure-compiler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index 7b4005aaf..2f1d523cf 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -2,10 +2,10 @@ require 'formula'
class ClosureCompiler < Formula
homepage 'http://code.google.com/p/closure-compiler/'
- url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '1918'
+ #url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '1918'
version 'r1918'
- head 'svn+http://closure-compiler.googlecode.com/svn/trunk/'
+ head 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '1918'
def install
system "ant", "clean"