Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions bucket/hl.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
Loading