2026-02-13 16:33:20 +00:00

25 lines
840 B
JSON

{
"version": "0.23.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.23.0/lychee-x86_64-windows.exe#/lychee.exe",
"hash": "0fda7ff0a60c0250939fc25361c2d4e6e7853c31c996733fdd5a1dd760bcb824"
}
},
"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"
}
}
}
}