Skip to content

Commit b611c1b

Browse files
committed
rdfind 1.7.0
autobump: add rdfind Signed-off-by: Rui Chen <[email protected]> rdfind: update build Signed-off-by: Rui Chen <[email protected]>
1 parent 23a8b3c commit b611c1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,6 +2741,7 @@ rbw
27412741
rclone
27422742
rcs
27432743
rdb
2744+
rdfind
27442745
re-flex
27452746
re2c
27462747
readpe

Formula/r/rdfind.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Rdfind < Formula
22
desc "Find duplicate files based on content (NOT file names)"
33
homepage "https://rdfind.pauldreik.se/"
4-
url "https://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz"
5-
sha256 "7a406e8ef1886a5869655604618dd98f672f12c6a6be4926d053be65070f3279"
4+
url "https://rdfind.pauldreik.se/rdfind-1.7.0.tar.gz"
5+
sha256 "78c463152e1d9e4fd1bfeb83b9c92df5e7fc4c5f93c7d426fb1f7efa2be4df29"
66
license "GPL-2.0-or-later"
77

88
livecheck do
@@ -26,10 +26,9 @@ class Rdfind < Formula
2626
depends_on "nettle"
2727

2828
def install
29-
ENV.cxx11
30-
system "./configure", "--disable-debug",
31-
"--disable-dependency-tracking",
32-
"--prefix=#{prefix}"
29+
ENV.append "CXXFLAGS", "-std=c++17"
30+
31+
system "./configure", *std_configure_args
3332
system "make", "install"
3433
end
3534

0 commit comments

Comments
 (0)