Skip to content
Snippets Groups Projects
Commit c8415c66 authored by Felix Bünemann's avatar Felix Bünemann Committed by Mike McQuaid
Browse files

download_strategy: allow ssl apache mirror links.


Closes Homebrew/homebrew#37732.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent da0d2bf6
No related branches found
No related tags found
No related merge requests found
......@@ -821,7 +821,7 @@ class DownloadStrategyDetector
case url
when %r[^https?://.+\.git$], %r[^git://]
GitDownloadStrategy
when %r[^http://www\.apache\.org/dyn/closer\.cgi]
when %r[^https?://www\.apache\.org/dyn/closer\.cgi]
CurlApacheMirrorDownloadStrategy
when %r[^https?://(.+?\.)?googlecode\.com/svn], %r[^https?://svn\.], %r[^svn://], %r[^https?://(.+?\.)?sourceforge\.net/svnroot/]
SubversionDownloadStrategy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment