Skip to content

Commit 6e893f1

Browse files
committed
curl: conflicts_with wcurl
Signed-off-by: Rui Chen <[email protected]>
1 parent 11b6b0b commit 6e893f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/c/curl.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ class Curl < Formula
6262
depends_on "libidn2"
6363
end
6464

65+
conflicts_with "wcurl", because: "both install `wcurl` binary"
66+
6567
def install
6668
tag_name = "curl-#{version.to_s.tr(".", "_")}"
6769
if build.stable? && stable.mirrors.grep(/github\.com/).first.exclude?(tag_name)

0 commit comments

Comments
 (0)