Force ldid formula to use curl instead of svn
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
401d2a34a5
commit
600c39df32
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Ldid < Formula
|
||||
homepage 'http://www.saurik.com/id/8'
|
||||
url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz'
|
||||
url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz', :using => :curl
|
||||
md5 '634c2f8b8a084046883e3793f6580e07'
|
||||
|
||||
fails_with :clang do
|
||||
|
|
Loading…
Reference in a new issue