We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e8fde commit d146474Copy full SHA for d146474
Formula/c/curl.rb
@@ -36,6 +36,13 @@ class Curl < Formula
36
uses_from_macos "krb5"
37
uses_from_macos "zlib"
38
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
+
46
def install
47
tag_name = "curl-#{version.to_s.tr(".", "_")}"
48
if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name)
0 commit comments