diff --git a/bucket/lychee.json b/bucket/lychee.json new file mode 100644 index 0000000000..6d577d6410 --- /dev/null +++ b/bucket/lychee.json @@ -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" + } + } + } +}