mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.27.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.27.3/jdupes-1.27.3-win64.zip",
|
|
"hash": "01c7ae2cf457b801538bd2d22368bb9fc5c9bd3dc3d9770379010d9201534db0",
|
|
"extract_dir": "jdupes-1.27.3-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.27.3/jdupes-1.27.3-win32.zip",
|
|
"hash": "11343dd72a85deab4539d0ad66ef1d394bfe46c836ffcb54aad2cf31ed9887bb",
|
|
"extract_dir": "jdupes-1.27.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"
|
|
}
|
|
}
|
|
}
|
|
}
|