2021-05-12 23:51:10 -07:00

33 lines
1.3 KiB
JSON

{
"version": "1.20.0",
"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.20.0/jdupes-1.20.0-win64.zip",
"hash": "304ecf7b21b5d2c6d053baaad54ccf51951b06855863317e1f9f4c5caf8b7dad",
"extract_dir": "jdupes-1.20.0-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.20.0/jdupes-1.20.0-win32.zip",
"hash": "81a8f4f4d30807c07f86572a74b5ebe3f5ed55fac14d8bb4282e0ac866304133",
"extract_dir": "jdupes-1.20.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"
}
}
}
}