From da6470e5c39eefdf674979bb02762a2bc4c4fc86 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Thu, 20 Aug 2026 02:21:26 +0800 Subject: [PATCH] herdr: Add version 0.8.2 --- bucket/herdr.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/herdr.json diff --git a/bucket/herdr.json b/bucket/herdr.json new file mode 100644 index 0000000000000..4f2ba6f329645 --- /dev/null +++ b/bucket/herdr.json @@ -0,0 +1,28 @@ +{ + "version": "0.8.2", + "description": "agent multiplexer that lives in your terminal.", + "homepage": "https://herdr.dev", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/herdrdev/herdr/releases/download/v0.8.2/herdr-windows-x86_64.zip", + "hash": "0ab3d0fe1434d55757997542b978c771d642987bb15a7130f4160f0db38821d5" + } + }, + "bin": "herdr.exe", + "checkver": { + "url": "https://herdr.dev/latest.json", + "jsonpath": "$.version" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/herdrdev/herdr/releases/download/v$version/herdr-windows-x86_64.zip", + "hash": { + "url": "https://herdr.dev/latest.json", + "jsonpath": "$.releases['$version'].sha256.windows-x86_64" + } + } + } + } +}