2020-06-06 21:43:28 +02:00

33 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/jbruchon/jdupes",
"description": "Powerful duplicate file finder (enhanced fork of fdupes)",
"license": "MIT",
"version": "1.16.0",
"architecture": {
"64bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.16.0/jdupes-1.16.0-win64.zip",
"hash": "32c8862f4a3397141f567a04a159e044890e2d1a8ab8efcf0ac31d9805cb0c52",
"extract_dir": "jdupes-1.16.0-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.16.0/jdupes-1.16.0-win32.zip",
"hash": "3e1743189f8d2d3931f3ad7de13fe72e8ac362d23a6e77c66645e1a216581027",
"extract_dir": "jdupes-1.16.0-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"
}
}
}
}