aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKent Chen2013-10-05 12:56:10 +0800
committerAdam Vandenberg2013-10-05 09:51:36 -0700
commit7543b5ec3354829ec430514ea5f1bce49844e907 (patch)
tree1c2d6a11d1b74ebcba2d2089affb68396a23baad /Library/Formula
parent47d781924d5662ba36e1b8c990f74ad3be570095 (diff)
downloadhomebrew-7543b5ec3354829ec430514ea5f1bce49844e907.tar.bz2
sdcv: use new repository
Closes #23052. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdcv.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/sdcv.rb b/Library/Formula/sdcv.rb
index 25b554afe..8e81e199b 100644
--- a/Library/Formula/sdcv.rb
+++ b/Library/Formula/sdcv.rb
@@ -3,7 +3,8 @@ require 'formula'
class Sdcv < Formula
homepage 'http://sdcv.sourceforge.net/'
# MacPorts uses this revision and version number
- url 'https://sdcv.svn.sourceforge.net/svnroot/sdcv/trunk', :revision => '38'
+ url 'https://svn.code.sf.net/p/sdcv/code/trunk',
+ :using => UnsafeSubversionDownloadStrategy, :revision => '38'
version '0.4.3'
# Always needs a newer autotools, even on Snow Leopard.