From 7f5c52aa3c04a7bd080d791069e2310193c561c4 Mon Sep 17 00:00:00 2001 From: scillidan Date: Sat, 23 May 2026 14:02:33 +0800 Subject: [PATCH 1/2] hl: Add version 0.36.2 --- bucket/hl.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/hl.json diff --git a/bucket/hl.json b/bucket/hl.json new file mode 100644 index 0000000000000..6afbf07f49979 --- /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/vv$version/hl-windows-arm64.zip" + } + } + } +} From 01178a6c416af7bb759b185cb5ee19dd07930a5f Mon Sep 17 00:00:00 2001 From: scillidan Date: Sat, 23 May 2026 14:09:21 +0800 Subject: [PATCH 2/2] hl: chore . --- bucket/hl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/hl.json b/bucket/hl.json index 6afbf07f49979..c7734c16910d7 100644 --- a/bucket/hl.json +++ b/bucket/hl.json @@ -21,7 +21,7 @@ "url": "https://github.com/pamburus/hl/releases/download/v$version/hl-windows.zip" }, "arm64": { - "url": "https://github.com/pamburus/hl/releases/download/vv$version/hl-windows-arm64.zip" + "url": "https://github.com/pamburus/hl/releases/download/v$version/hl-windows-arm64.zip" } } }