jdupes: Switch to codeberg (closes #5168) (#5249)

* jdupes: update links to reflect migration to Codeberg

* Update jdupes.json

* Update jdupes.json as per comments
This commit is contained in:
Jody Bruchon (MOVED TO CODEBERG) 2023-11-29 07:48:42 -05:00 committed by GitHub
parent abed5dee3d
commit e2dc5f5ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +1,34 @@
{ {
"version": "1.27.3", "version": "1.27.3",
"description": "Powerful duplicate file finder (enhanced fork of fdupes)", "description": "A powerful duplicate file finder",
"homepage": "https://github.com/jbruchon/jdupes", "homepage": "https://codeberg.org/jbruchon/jdupes",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "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", "hash": "01c7ae2cf457b801538bd2d22368bb9fc5c9bd3dc3d9770379010d9201534db0",
"extract_dir": "jdupes-1.27.3-win64" "extract_dir": "jdupes-1.27.3-win64"
}, },
"32bit": { "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", "hash": "11343dd72a85deab4539d0ad66ef1d394bfe46c836ffcb54aad2cf31ed9887bb",
"extract_dir": "jdupes-1.27.3-win32" "extract_dir": "jdupes-1.27.3-win32"
} }
}, },
"bin": "jdupes.exe", "bin": "jdupes.exe",
"checkver": "github", "checkver": {
"url": "https://codeberg.org/api/v1/repos/jbruchon/jdupes/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v([\\d.]+)"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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" "extract_dir": "jdupes-$version-win64"
}, },
"32bit": { "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" "extract_dir": "jdupes-$version-win32"
} }
} }