From 4ef0f2b8aede336262eacba90d2957e28d9c6c2f Mon Sep 17 00:00:00 2001 From: MiyakoMeow <110924386+MiyakoMeow@users.noreply.github.com> Date: Fri, 13 Mar 2026 06:49:32 +0800 Subject: [PATCH 1/2] ironclaw: Add version 0.18.0 --- bucket/ironclaw.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/ironclaw.json diff --git a/bucket/ironclaw.json b/bucket/ironclaw.json new file mode 100644 index 0000000000000..9f7f686109cf8 --- /dev/null +++ b/bucket/ironclaw.json @@ -0,0 +1,26 @@ +{ + "version": "0.18.0", + "description": "IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security", + "homepage": "https://www.ironclaw.com", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/nearai/ironclaw/releases/download/v0.18.0/ironclaw-x86_64-pc-windows-msvc.tar.gz", + "hash": "9dfbebd51f5015c438bc60302f460162e1336914574986b197a555f447bb1810" + } + }, + "bin": "ironclaw.exe", + "checkver": { + "github": "https://github.com/nearai/ironclaw" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/nearai/ironclaw/releases/download/v$version/ironclaw-x86_64-pc-windows-msvc.tar.gz" + } + }, + "hash": { + "url": "$baseurl/ironclaw-x86_64-pc-windows-msvc.tar.gz.sha256" + } + } +} From ffcfa53a6693904a6ea4246f4da3e3ed33c8c84c Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:21:15 +0000 Subject: [PATCH 2/2] Fix license & hash extraction --- bucket/ironclaw.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ironclaw.json b/bucket/ironclaw.json index 9f7f686109cf8..c980b001352e7 100644 --- a/bucket/ironclaw.json +++ b/bucket/ironclaw.json @@ -1,8 +1,8 @@ { "version": "0.18.0", - "description": "IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security", + "description": "IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security.", "homepage": "https://www.ironclaw.com", - "license": "Apache-2.0", + "license": "MIT|Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/nearai/ironclaw/releases/download/v0.18.0/ironclaw-x86_64-pc-windows-msvc.tar.gz", @@ -20,7 +20,7 @@ } }, "hash": { - "url": "$baseurl/ironclaw-x86_64-pc-windows-msvc.tar.gz.sha256" + "url": "$url.sha256" } } }