aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-12-07 02:43:00 -0500
committerJack Nagel2014-12-07 02:43:00 -0500
commit123cb6bf7fef266aec124d5b6df6ee84a3879cc0 (patch)
treeb6cebba3d0c102e09e81689401e4bd0d80a792ee
parent57428195fc0869f2926675fae49cf26775f9e0a8 (diff)
downloadhomebrew-123cb6bf7fef266aec124d5b6df6ee84a3879cc0.tar.bz2
sdcv: stop using UnsafeSubversionDownloadStrategy
-rw-r--r--Library/Formula/sdcv.rb3
1 files changed, 1 insertions, 2 deletions
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