mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.20.2",
|
|
"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.2/jdupes-1.20.2-win64.zip",
|
|
"hash": "7574c599c0c17d68aa54d3b1a6972c7542f3096fddc55e2635321f78b8a7ca65",
|
|
"extract_dir": "jdupes-1.20.2-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.20.2/jdupes-1.20.2-win32.zip",
|
|
"hash": "95801eb97753e6ef1cff2b0298c4f3849a64e2bd10603056dea1ffc36acd061d",
|
|
"extract_dir": "jdupes-1.20.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"
|
|
}
|
|
}
|
|
}
|
|
}
|