Skip to content

Commit d146474

Browse files
committed
apply mk-ca-bundle.pl redirect patch
1 parent b7e8fde commit d146474

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: Formula/c/curl.rb

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ class Curl < Formula
3636
uses_from_macos "krb5"
3737
uses_from_macos "zlib"
3838

39+
# TODO(XXX): remove once upstream fix is in a release.
40+
# https://github.com/curl/curl/pull/16995
41+
patch do
42+
url "https://github.com/curl/curl/commit/eeed87f0563d3ca73ff53813418d1f9f03c81fe5.patch?full_index=1"
43+
sha256 "f7461a8042ca8ef86492338458ccd79ee286d17773487513928d7ed6ae25818c"
44+
end
45+
3946
def install
4047
tag_name = "curl-#{version.to_s.tr(".", "_")}"
4148
if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name)

0 commit comments

Comments
 (0)