From 4bb18b95bf394afa83cf323f6a10c18228337046 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Tue, 6 Nov 2018 17:28:26 +1100 Subject: [PATCH] jdupes 1.11 Closes #33819. Signed-off-by: FX Coudert --- Formula/jdupes.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Formula/jdupes.rb b/Formula/jdupes.rb index 4036432af4..65bd37b02f 100644 --- a/Formula/jdupes.rb +++ b/Formula/jdupes.rb @@ -1,8 +1,8 @@ class Jdupes < Formula desc "Duplicate file finder and an enhanced fork of 'fdupes'" homepage "https://github.com/jbruchon/jdupes" - url "https://github.com/jbruchon/jdupes/archive/v1.10.2.tar.gz" - sha256 "6c79035e2d349d0b1d749881b06a24ca43afc5b8f7e714c99b90a34b4618ed4f" + url "https://github.com/jbruchon/jdupes/archive/v1.11.tar.gz" + sha256 "6cf46a8befef414b99933d3c0f9f58f3b3c7339dc11a744de7380c540d0f1ed4" bottle do cellar :any_skip_relocation @@ -12,6 +12,13 @@ class Jdupes < Formula sha256 "080393ee6408d004a629c2427455eae484bb7f2edeaf993e2528a16e1c0055c0" => :el_capitan end + # Fix for build issue, remove in next version + # https://github.com/jbruchon/jdupes/issues/89 + patch do + url "https://github.com/jbruchon/jdupes/commit/1a88f0ed.diff?full_index=1" + sha256 "f086733421f08f93a96f88d7f6bc688761a498e8382250c30b02b0df869fa4f9" + end + def install system "make", "install", "PREFIX=#{prefix}" end