mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "1.29.0",
|
|
"description": "A powerful duplicate file finder",
|
|
"homepage": "https://codeberg.org/jbruchon/jdupes",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.29.0/jdupes-1.29.0-win64.zip",
|
|
"hash": "23412ec09cad7ce29e0e697c3daca2571913267cd899520f86cde264384eeab3",
|
|
"extract_dir": "jdupes-1.29.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.29.0/jdupes-1.29.0-win32.zip",
|
|
"hash": "fd264c6009bc8262d188655ee8f625a2013baac93ae5c9cb9ebca4141ced127f",
|
|
"extract_dir": "jdupes-1.29.0-win32"
|
|
}
|
|
},
|
|
"bin": "jdupes.exe",
|
|
"checkver": {
|
|
"url": "https://codeberg.org/api/v1/repos/jbruchon/jdupes/releases/latest",
|
|
"jsonpath": "$.tag_name",
|
|
"regex": "v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://codeberg.org/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
|
|
"extract_dir": "jdupes-$version-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://codeberg.org/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
|
|
"extract_dir": "jdupes-$version-win32"
|
|
}
|
|
}
|
|
}
|
|
}
|