mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* jdupes: update links to reflect migration to Codeberg * Update jdupes.json * Update jdupes.json as per comments
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "1.27.3",
|
|
"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.27.3/jdupes-1.27.3-win64.zip",
|
|
"hash": "01c7ae2cf457b801538bd2d22368bb9fc5c9bd3dc3d9770379010d9201534db0",
|
|
"extract_dir": "jdupes-1.27.3-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://codeberg.org/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": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|