sdcv: use new repository

Closes Homebrew/homebrew#23052.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Kent Chen 2013-10-05 12:56:10 +08:00 committed by Adam Vandenberg
parent efb65ec5fa
commit dfc660127c
1 changed files with 2 additions and 1 deletions

View File

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