We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b6b0b commit 6e893f1Copy full SHA for 6e893f1
Formula/c/curl.rb
@@ -62,6 +62,8 @@ class Curl < Formula
62
depends_on "libidn2"
63
end
64
65
+ conflicts_with "wcurl", because: "both install `wcurl` binary"
66
+
67
def install
68
tag_name = "curl-#{version.to_s.tr(".", "_")}"
69
if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name)
0 commit comments