2019-06-17 06:00:45 +00: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.13.1",
"architecture": {
"64bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.13.1/jdupes-1.13.1-win64.zip",
"hash": "b359ca2732c3817451eb616379fb91ea27cfc661f00d6855b0a615ec5502d836",
"extract_dir": "jdupes-1.13.1-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.13.1/jdupes-1.13.1-win32.zip",
"hash": "c18aaf14c1e8c5e51bba17cdafc473b23916f50dc498e640e1c8aae22cf39de6",
"extract_dir": "jdupes-1.13.1-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"
}
}
}
}