From 5bccfdaa2d707bdb5ddccf662367ebd189b0beb0 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Wed, 3 Jul 2024 09:30:21 +0100 Subject: [PATCH] rush: and missing conflicts --- Formula/r/rush.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/r/rush.rb b/Formula/r/rush.rb index 9d757cc80688c..02d0a11dfeb08 100644 --- a/Formula/r/rush.rb +++ b/Formula/r/rush.rb @@ -4,7 +4,7 @@ class Rush < Formula url "https://ftp.gnu.org/gnu/rush/rush-2.3.tar.xz" mirror "https://ftpmirror.gnu.org/rush/rush-2.3.tar.xz" sha256 "8cae258247cd2623e856ea5e2c62cd7f09e9e3e043e6fc63bbd1abec3d3fdd93" - license "GPL-3.0" + license "GPL-3.0-or-later" bottle do sha256 arm64_sonoma: "48ef750e54b922ed60f74ee23787bfa0fb2e009c8c8ec81096d68f89fb33029a" @@ -19,6 +19,8 @@ class Rush < Formula sha256 x86_64_linux: "d00ab93f179b7714db5dd3eb7f2679f31cfa2fda5596387d9d6f310a6a931129" end + conflicts_with "rush-parallel", because: "both install `rush` binaries" + def install system "./configure", "--disable-debug", "--disable-dependency-tracking",