2023-02-07 01:53:44 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.21.2",
"description": "Powerful duplicate file finder (enhanced fork of fdupes)",
"homepage": "https://github.com/jbruchon/jdupes",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.21.2/jdupes-1.21.2-win64.zip",
"hash": "b7f34b90c3530266ba5cf556216f5f96a9976e630286610fc7a8d7ec466bdb5a",
"extract_dir": "jdupes-1.21.2-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.21.2/jdupes-1.21.2-win32.zip",
"hash": "10a29982e3e8b18d65aa335ad6ba3273320f520557fc8d66e1504585c518f0b9",
"extract_dir": "jdupes-1.21.2-win32"
}
},
"bin": "jdupes.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
"extract_dir": "jdupes-$version-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
"extract_dir": "jdupes-$version-win32"
}
}
}
}