sdcv: stop using UnsafeSubversionDownloadStrategy
This commit is contained in:
parent
aeab348843
commit
ef3ddd8632
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ require 'formula'
|
|||
|
||||
class Sdcv < Formula
|
||||
homepage 'http://sdcv.sourceforge.net/'
|
||||
url 'https://svn.code.sf.net/p/sdcv/code/trunk',
|
||||
:using => UnsafeSubversionDownloadStrategy, :revision => '76'
|
||||
url 'http://svn.code.sf.net/p/sdcv/code/trunk', :revision => '76'
|
||||
version '0.5-2013-09-10'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
|
Loading…
Reference in a new issue