Skip to content

Commit

Permalink
Merge pull request #178746 from daeho-ro/bump-jdupes-1.28.0
Browse files Browse the repository at this point in the history
jdupes 1.28.0
  • Loading branch information
BrewTestBot authored Aug 1, 2024
2 parents ec3983a + 401ed60 commit 0521812
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Formula/j/jdupes.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Jdupes < Formula
desc "Duplicate file finder and an enhanced fork of 'fdupes'"
homepage "https://codeberg.org/jbruchon/jdupes"
url "https://codeberg.org/jbruchon/jdupes/archive/v1.27.3.tar.gz"
sha256 "1c75ed30dc95b3b5024019ab2ba3f78a14835c11d5b71249aa94374fde650c16"
url "https://codeberg.org/jbruchon/jdupes/archive/v1.28.0.tar.gz"
sha256 "a8f21c04fff5e3ff0a92e8ac76114b2195ed43dc32b84bf343f5256e7ba9cb04"
license "MIT"

livecheck do
Expand All @@ -11,21 +11,21 @@ class Jdupes < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "02e2f0c7780c83e355723d018999a5dd00d92421e87e6b1dc9c233f4f9ae95e5"
sha256 cellar: :any, arm64_ventura: "7d75d81a4d6e18f63f5b52f7935b2017eda93f22b7b0c392141cb9d475c058e9"
sha256 cellar: :any, arm64_monterey: "1c5b59dd51ba019cfad6e3672ec4c4a4ab7f2bce7fc1ddaa0256657f122bd879"
sha256 cellar: :any, sonoma: "3ba11298b658aad10699c4abc91c6556b662472238da493baea8583af637848d"
sha256 cellar: :any, ventura: "a97e6a502b5904afa47d6728416c1a104d4fa5fb9ea36156b2161a5dff4438d0"
sha256 cellar: :any, monterey: "86bffc97357d11257b51ba5efc40b8fc740a546b1c79b2c80c726f8cd50a56d3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "076b7519e52669599908fa54652c0e1bac8075d3bd4e2c3721e33a0b671958a6"
sha256 cellar: :any, arm64_sonoma: "994e52bf99877c30b8e1dff40cb68b15107837c98f81f0dc4bae9ac4b7996270"
sha256 cellar: :any, arm64_ventura: "316c3597188922ed828074195528feddb5e1dde7729c5d95171f42cedf12ef3e"
sha256 cellar: :any, arm64_monterey: "f9b2117f8e9af15c7f2daa38462b5eb20c5016698969bc320eb3129faa928ad3"
sha256 cellar: :any, sonoma: "774795c0281215f51a2bd98e1310de9777ff88d44c812c7b4bf747915215aeae"
sha256 cellar: :any, ventura: "a5fae3ac3b3c576f4f5a0b84b2f213251963eee770f94cd486b26f5122dd3513"
sha256 cellar: :any, monterey: "8a2e86e7e6492f65534900bf6dee5bbff26ca910df3db5113b31d9393fccd710"
sha256 cellar: :any_skip_relocation, x86_64_linux: "efe8c6c3991ddf495a9b1d393818204927ab07da57de6ca47c3177197bded579"
end

depends_on macos: :catalina # requires aligned_alloc

resource "libjodycode" do
url "https://codeberg.org/jbruchon/libjodycode.git",
tag: "v3.1",
revision: "e44699edc8915f65635d2fa1c9dcfac38b1784c7"
tag: "v3.1.1",
revision: "0dc008e8d95c4899c9fc66fdb3ee5fc029df0470"
end

def install
Expand All @@ -37,7 +37,8 @@ def install
system "make", "install", "PREFIX=#{prefix}"
end

system "make", "install", "PREFIX=#{prefix}", "ENABLE_DEDUPE=1"
system "make", "ENABLE_DEDUPE=1"
system "make", "install", "PREFIX=#{prefix}"
end

test do
Expand Down

0 comments on commit 0521812

Please sign in to comment.