diff --git a/bucket/hl.json b/bucket/hl.json new file mode 100644 index 0000000000000..c7734c16910d7 --- /dev/null +++ b/bucket/hl.json @@ -0,0 +1,28 @@ +{ + "version": "0.36.2", + "description": "A fast and powerful log viewer and processor that converts JSON logs or logfmt logs into a clear human-readable format.", + "homepage": "https://github.com/pamburus/hl", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/pamburus/hl/releases/download/v0.36.2/hl-windows.zip", + "hash": "9b87406a8527ac39c44a3193d829d3d8f56e5100904e6855a699c3c85c5dd344" + }, + "arm64": { + "url": "https://github.com/pamburus/hl/releases/download/v0.36.2/hl-windows-arm64.zip", + "hash": "a92c157d04295016b8667762f54269ff40cc486c3f4c6b606e000eec748aaed3" + } + }, + "bin": "hl.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/pamburus/hl/releases/download/v$version/hl-windows.zip" + }, + "arm64": { + "url": "https://github.com/pamburus/hl/releases/download/v$version/hl-windows-arm64.zip" + } + } + } +}