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.28.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.28.0/jdupes-1.28.0-win64.zip",
|
|
"hash": "e212e9ddb5054809841af3bf5cf162fe520076a96665041d1a0843170aa27f32",
|
|
"extract_dir": "jdupes-1.28.0-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.28.0/jdupes-1.28.0-win32.zip",
|
|
"hash": "f22f3e3d9ed5ea6f4fe16a90251cc4256ae929cdf0a8c6bf86cbce075f47c2fe",
|
|
"extract_dir": "jdupes-1.28.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"
|
|
}
|
|
}
|
|
}
|
|
}
|