lychee: Add version 0.5.0 (#1789)

This commit is contained in:
earnest ma 2021-02-07 03:06:24 -05:00 committed by GitHub
parent 18cf5ab29d
commit 67c5e5e029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/lychee.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.5.0",
"description": "A command-line link checker written in Rust",
"homepage": "https://github.com/lycheeverse/lychee",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/lycheeverse/lychee/releases/download/v0.5.0/lychee-v0.5.0-windows-x86_64.exe#/lychee.exe",
"hash": "9d33b9170f744ae24a153643ffa84ce10dd55c54336e019757d24e4dd3a5a4b7"
}
},
"bin": "lychee.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lycheeverse/lychee/releases/download/v$version/lychee-v$version-windows-x86_64.exe#/lychee.exe"
}
}
}
}