mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 23:51:21 +00:00
33 lines
1.3 KiB
JSON
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.15.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.15.0/jdupes-1.15.0-win64.zip",
|
|
"hash": "e314047829e01d3aad84b527791bdb2e8e165011dc9c47eac475b7db81ff4998",
|
|
"extract_dir": "jdupes-1.15.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.15.0/jdupes-1.15.0-win32.zip",
|
|
"hash": "ada909f0e3664deba5bd7808f58bc1c7e90e0327fede477970dfc84592ed3ab4",
|
|
"extract_dir": "jdupes-1.15.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"
|
|
}
|
|
}
|
|
}
|
|
}
|