2024-12-18 16:30:33 +00:00

25 lines
845 B
JSON

{
"version": "0.18.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.18.0/lychee-x86_64-windows.exe#/lychee.exe",
"hash": "59fbbd09804609b46ac4c9ee1543bc5ff12a9cd344449fb761c0ba47e2d09f6e"
}
},
"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"
}
}
}
}