mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 04:21:20 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.17.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.17.0/jdupes-1.17.0-win64.zip",
|
|
"hash": "9b895c99512963d573d63eb1de5bcdde92ab0ee7579e3d3cae780f39bb50cd4d",
|
|
"extract_dir": "jdupes-1.17.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.17.0/jdupes-1.17.0-win32.zip",
|
|
"hash": "b69bc99208b75714ceb8b5715feece50a2d42bc87433c0d6f04e6d3539cc479c",
|
|
"extract_dir": "jdupes-1.17.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"
|
|
}
|
|
}
|
|
}
|
|
}
|