2025-02-11 16:31:13 +00:00

25 lines
845 B
JSON

{
"version": "0.18.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.18.1/lychee-x86_64-windows.exe#/lychee.exe",
"hash": "40dc64ff4d64426cbbc41c410faa01fcd807af15d965c2eea6bbc795a32d6f3c"
}
},
"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"
}
}
}
}