2025-06-16 12:32:00 +00:00

25 lines
845 B
JSON

{
"version": "0.19.1",
"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.1/lychee-x86_64-windows.exe#/lychee.exe",
"hash": "b885d3403bc5e349c5307289021e57f5d2232c4de398c7813855100114c61ebc"
}
},
"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"
}
}
}
}