Merge pull request #5544 from rolandwalker/new_sourceforge_special_case

add another special case for odd SourceForge URL
This commit is contained in:
Roland Walker 2014-07-28 21:49:27 -04:00
commit c6d2096179
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class Cask::Audit
%r{https?://dl\.sourceforge\.jp/},
# special case: cannot find canonical format URL
%r{https?://brushviewer\.sourceforge\.net/brushviewql\.zip},
%r{https?://doublecommand\.sourceforge\.net/files/},
]
valid_url_formats.none? { |format| cask.url.to_s =~ format }
end