2025-06-11 16:29:58 +00:00

25 lines
845 B
JSON

{
"version": "0.19.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.19.0/lychee-x86_64-windows.exe#/lychee.exe",
"hash": "aca1e6c89c3603fc83972d86ae3e517bef557a3620b0662e47e0a7b0010a84ed"
}
},
"bin": "lychee.exe",
"checkver": {
"url": "https://github.com/lycheeverse/lychee/releases",
"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"
}
}
}
}