From 6034dc4b284100c42acd11f2a68fb352771df6e5 Mon Sep 17 00:00:00 2001 From: scillidan Date: Mon, 8 Jun 2026 17:37:58 +0800 Subject: [PATCH] beads: Add version 1.0.4 --- bucket/beads.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/beads.json diff --git a/bucket/beads.json b/bucket/beads.json new file mode 100644 index 0000000000000..d6d91b7113cc8 --- /dev/null +++ b/bucket/beads.json @@ -0,0 +1,34 @@ +{ + "version": "1.0.4", + "description": "Distributed graph issue tracker for AI agents, powered by Dolt.", + "homepage": "https://gastownhall.github.io/beads", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/gastownhall/beads/releases/download/v1.0.4/beads_1.0.4_windows_amd64.zip", + "hash": "7bf67e6dc965813278ee651dff3a75f410f02f5b669ac295bb9e08d7bc7b39a3" + }, + "arm64": { + "url": "https://github.com/gastownhall/beads/releases/download/v1.0.4/beads_1.0.4_windows_arm64.zip", + "hash": "09aecc19407d4b7515ca31e0dab82b35576d9a3ec45f230261c662859ebd5b9c" + } + }, + "bin": "bd.exe", + "checkver": { + "github": "https://github.com/gastownhall/beads" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/gastownhall/beads/releases/download/v$version/beads_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/gastownhall/beads/releases/download/v$version/beads_$version_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "$sha256\\s+$basename" + } + } +}