Skip to content

Commit

Permalink
rush: and missing conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jul 9, 2024
1 parent e346e4b commit 5bccfda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/r/rush.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 5bccfda

Please sign in to comment.