download_strategy: allow ssl apache mirror links.
Closes Homebrew/homebrew#37732. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
da0d2bf65d
commit
c8415c665a
@ -821,7 +821,7 @@ class DownloadStrategyDetector
|
|||||||
case url
|
case url
|
||||||
when %r[^https?://.+\.git$], %r[^git://]
|
when %r[^https?://.+\.git$], %r[^git://]
|
||||||
GitDownloadStrategy
|
GitDownloadStrategy
|
||||||
when %r[^http://www\.apache\.org/dyn/closer\.cgi]
|
when %r[^https?://www\.apache\.org/dyn/closer\.cgi]
|
||||||
CurlApacheMirrorDownloadStrategy
|
CurlApacheMirrorDownloadStrategy
|
||||||
when %r[^https?://(.+?\.)?googlecode\.com/svn], %r[^https?://svn\.], %r[^svn://], %r[^https?://(.+?\.)?sourceforge\.net/svnroot/]
|
when %r[^https?://(.+?\.)?googlecode\.com/svn], %r[^https?://svn\.], %r[^svn://], %r[^https?://(.+?\.)?sourceforge\.net/svnroot/]
|
||||||
SubversionDownloadStrategy
|
SubversionDownloadStrategy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user