forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathironclaw.json
More file actions
26 lines (26 loc) · 876 Bytes
/
ironclaw.json
File metadata and controls
26 lines (26 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "0.18.0",
"description": "IronClaw is OpenClaw inspired implementation in Rust focused on privacy and security.",
"homepage": "https://www.ironclaw.com",
"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",
"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": "$url.sha256"
}
}
}