aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2017-02-15 14:38:08 +0000
committerGitHub2017-02-15 14:38:08 +0000
commit21eaa1c60a0868b78db27f80d93e84cd85a51c75 (patch)
treeba7ba22f68065f09e0277cd73aa614d749b3064f /Library/Homebrew/test
parent542563bda071cf7c2dadcbd97b6f843c3a22ee03 (diff)
parentbf314fb08250cffa9bacb164b59b463f598da571 (diff)
downloadbrew-21eaa1c60a0868b78db27f80d93e84cd85a51c75.tar.bz2
Merge pull request #2006 from vszakats/patch-2
audit: enforce https for *.sourceforge.io urls
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/audit_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/audit_test.rb b/Library/Homebrew/test/audit_test.rb
index b1ccb1e10..9165edef1 100644
--- a/Library/Homebrew/test/audit_test.rb
+++ b/Library/Homebrew/test/audit_test.rb
@@ -434,6 +434,7 @@ class FormulaAuditorTests < Homebrew::TestCase
"sf1" => "http://foo.sourceforge.net/",
"sf2" => "http://foo.sourceforge.net",
"sf3" => "http://foo.sf.net/",
+ "sf4" => "http://foo.sourceforge.io/",
"waldo" => "http://www.gnu.org/waldo",
}