Formula as HEAD-only to fix the latest stable build
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6cf89eef43
commit
b7edc735ef
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue