Merge pull request #20348 from osalbahr/skip-https-audit-for-curl-deps
utils/curl.rb: Skip https audit for curl dependencies
This commit is contained in:
commit
ce237901a0
@ -151,7 +151,8 @@ module Homebrew
|
||||
raise HomebrewCurlDownloadStrategyError, url if
|
||||
strategy <= HomebrewCurlDownloadStrategy && !Formula["curl"].any_version_installed?
|
||||
|
||||
if (http_content_problem = curl_check_http_content(
|
||||
# Skip https audit for curl dependencies
|
||||
if !curl_dep && (http_content_problem = curl_check_http_content(
|
||||
url,
|
||||
"source URL",
|
||||
specs:,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user