diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index ed701e5c5bcd51e01823431c7009ac38d6223257..fd0a9781e5faaf04ae6ae6fd11bc1fd8c91ec299 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -216,7 +216,7 @@ class FormulaAuditor # Check SourceForge urls urls.each do |p| - # Is it a filedownload (instead of svnroot) + # Skip if the URL looks like a SVN repo next if p =~ %r[/svnroot/] next if p =~ %r[svn\.sourceforge]