diff options
| author | Jack Nagel | 2014-12-07 02:43:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-07 02:43:00 -0500 |
| commit | 123cb6bf7fef266aec124d5b6df6ee84a3879cc0 (patch) | |
| tree | b6cebba3d0c102e09e81689401e4bd0d80a792ee | |
| parent | 57428195fc0869f2926675fae49cf26775f9e0a8 (diff) | |
| download | homebrew-123cb6bf7fef266aec124d5b6df6ee84a3879cc0.tar.bz2 | |
sdcv: stop using UnsafeSubversionDownloadStrategy
| -rw-r--r-- | Library/Formula/sdcv.rb | 3 |
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 |
