forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
30 lines (30 loc) · 1.09 KB
/
opencode.json
File metadata and controls
30 lines (30 loc) · 1.09 KB
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
27
28
29
30
{
"version": "1.2.26",
"description": "The open source AI coding agent.",
"homepage": "https://opencode.ai/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.2.26/opencode-windows-x64.zip",
"hash": "4cdd79773a21a73847e1024ba689d305cdc96e8100729bd89bca4cf1fd5b8256"
},
"arm64": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.2.26/opencode-windows-arm64.zip",
"hash": "84a4c0f840f91e4f2d96dbc1f9d0b440a1b32702254634d4a71b8700b7c9df50"
}
},
"bin": "opencode.exe",
"checkver": {
"github": "https://github.com/anomalyco/opencode"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-x64.zip"
},
"arm64": {
"url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-arm64.zip"
}
}
}
}