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.
This commit is contained in:
z-Fng 2025-12-05 02:31:07 +08:00
parent a67b196ffa
commit e2c17d08b6
No known key found for this signature in database

View File

@ -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"
}
},