2019-08-02 11:04:44 +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.2",
"architecture": {
"64bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.13.2/jdupes-1.13.2-win64.zip",
"hash": "446d877190747efb6a1240b75c9c3d3e2fdc28916aaa1cf858d91dd0b5e3ea7a",
"extract_dir": "jdupes-1.13.2-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.13.2/jdupes-1.13.2-win32.zip",
"hash": "9d7a586f5a59e98b183c608f7fd32951f648c92c5b07b87c0426a0b6391bb881",
"extract_dir": "jdupes-1.13.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"
}
}
}
}