From f2caa9b02f0da72b4bef7561adeacc404283313f Mon Sep 17 00:00:00 2001 From: commitay Date: Sun, 7 Oct 2018 23:09:49 +1000 Subject: [PATCH] cask/audit: remove cask specific sourceforge URL audits --- Library/Homebrew/cask/audit.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/cask/audit.rb b/Library/Homebrew/cask/audit.rb index 8a5d0b53db..0d762b2a41 100644 --- a/Library/Homebrew/cask/audit.rb +++ b/Library/Homebrew/cask/audit.rb @@ -282,10 +282,6 @@ module Cask [ %r{\Ahttps://sourceforge\.net/projects/[^/]+/files/latest/download\Z}, %r{\Ahttps://downloads\.sourceforge\.net/(?!(project|sourceforge)\/)}, - # special cases: cannot find canonical format URL - %r{\Ahttps?://brushviewer\.sourceforge\.net/brushviewql\.zip\Z}, - %r{\Ahttps?://doublecommand\.sourceforge\.net/files/}, - %r{\Ahttps?://excalibur\.sourceforge\.net/get\.php\?id=}, ]) end