2020-08-08 02:58:26 +02:00

33 lines
1.3 KiB
JSON

{
"version": "1.18.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.18.2/jdupes-1.18.2-win64.zip",
"hash": "8656713c7d454c35db901f04609710a58e8e1b74308677939fe2e0ce8cb25530",
"extract_dir": "jdupes-1.18.2-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.18.2/jdupes-1.18.2-win32.zip",
"hash": "6eb198043c569caec3005e8b3b6687b37735d1b6cf64d908094b5914b1db50b6",
"extract_dir": "jdupes-1.18.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"
}
}
}
}