sdcv: stop using UnsafeSubversionDownloadStrategy

This commit is contained in:
Jack Nagel 2014-12-07 02:43:00 -05:00
parent aeab348843
commit ef3ddd8632

View file

@ -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