From e2c17d08b6e4b1e91d3b10d6350d3434d208ad6f Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Fri, 5 Dec 2025 02:31:07 +0800 Subject: [PATCH] jdupes@1.31.1: Fix download URL & hash (Closes #7419) * The Windows binaries (which are statically linked to libjodycode) have been replaced to fix a Windows performance regression found in libjodycode 4.1. These binaries are linked against 4.1.1 which also includes a Windows performance enhancement. --- bucket/jdupes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/jdupes.json b/bucket/jdupes.json index 38b3dc4a83..49a00144cb 100644 --- a/bucket/jdupes.json +++ b/bucket/jdupes.json @@ -5,13 +5,13 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.31.1/jdupes-1.31.1-win64.zip", - "hash": "4c30e2f9a5edc564f42a1349103ae1897559965b5be394c76ebec14c01384121", + "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.31.1/jdupes-1.31.1-ljc4.1.1-win64.zip", + "hash": "a50fa22a008bc345c900154f7a0fd95e4dbba2e6142f22f9e33dcf0f205b8437", "extract_dir": "jdupes-1.31.1-win64" }, "32bit": { - "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.31.1/jdupes-1.31.1-win32.zip", - "hash": "ccff717d9e57545500964bb64363ec9b6c99af3244dbab226a263ede27533378", + "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.31.1/jdupes-1.31.1-ljc4.1.1-win32.zip", + "hash": "6efd53a7ce59b5375249f0ba1f1022f3c853ae63219a69f4ee50fa7e37c0e5a1", "extract_dir": "jdupes-1.31.1-win32" } },