2025-12-05 12:32:18 +00:00

25 lines
840 B
JSON

{
"version": "0.22.0",
"description": "A command-line link checker",
"homepage": "https://github.com/lycheeverse/lychee",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.22.0/lychee-x86_64-windows.exe#/lychee.exe",
"hash": "3f416d1243e7b65e23547e5995b0e3c3388c1bc6451d36764acfd3ee0e5c8968"
}
},
"bin": "lychee.exe",
"checkver": {
"github": "https://github.com/lycheeverse/lychee",
"regex": "/releases/tag/lychee-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lycheeverse/lychee/releases/download/lychee-v$version/lychee-x86_64-windows.exe#/lychee.exe"
}
}
}
}