mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.18.1",
|
|
"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.1/jdupes-1.18.1-win64.zip",
|
|
"hash": "de8d61112bbe0a0f99fd376ff56b891f4505c68f1d3fe6af07dc9f92cda9b831",
|
|
"extract_dir": "jdupes-1.18.1-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.18.1/jdupes-1.18.1-win32.zip",
|
|
"hash": "05e5a7ee40ee6975fdc010fb93c218157d07abff2e2ab8dedbc6086346123079",
|
|
"extract_dir": "jdupes-1.18.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"
|
|
}
|
|
}
|
|
}
|
|
}
|