mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.21.3",
|
|
"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.21.3/jdupes-1.21.3-win64.zip",
|
|
"hash": "4f014696c994ecefb9d256f2373060d2131f314d5ba9dbc5cf70e2ceaa060161",
|
|
"extract_dir": "jdupes-1.21.3-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.21.3/jdupes-1.21.3-win32.zip",
|
|
"hash": "35c2d465880055ad0118c504321648f9fffdcb13ba5e7ed599bb7ef1a2586f52",
|
|
"extract_dir": "jdupes-1.21.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|