mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
* jdupes: update links to reflect migration to Codeberg * Update jdupes.json * Update jdupes.json as per comments
This commit is contained in:
parent
abed5dee3d
commit
e2dc5f5ed8
@ -1,30 +1,34 @@
|
||||
{
|
||||
"version": "1.27.3",
|
||||
"description": "Powerful duplicate file finder (enhanced fork of fdupes)",
|
||||
"homepage": "https://github.com/jbruchon/jdupes",
|
||||
"description": "A powerful duplicate file finder",
|
||||
"homepage": "https://codeberg.org/jbruchon/jdupes",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.27.3/jdupes-1.27.3-win64.zip",
|
||||
"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://github.com/jbruchon/jdupes/releases/download/v1.27.3/jdupes-1.27.3-win32.zip",
|
||||
"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": "github",
|
||||
"checkver": {
|
||||
"url": "https://codeberg.org/api/v1/repos/jbruchon/jdupes/releases/latest",
|
||||
"jsonpath": "$.tag_name",
|
||||
"regex": "v([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
|
||||
"url": "https://codeberg.org/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",
|
||||
"url": "https://codeberg.org/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
|
||||
"extract_dir": "jdupes-$version-win32"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user