From 123cb6bf7fef266aec124d5b6df6ee84a3879cc0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 7 Dec 2014 02:43:00 -0500 Subject: sdcv: stop using UnsafeSubversionDownloadStrategy --- Library/Formula/sdcv.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sdcv.rb b/Library/Formula/sdcv.rb index 4912f9ec1..b410f76d7 100644 --- a/Library/Formula/sdcv.rb +++ b/Library/Formula/sdcv.rb @@ -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 -- cgit v1.2.3