ScoopInstaller_Main/bucket/opencode.json
2026-02-10 20:33:44 +00:00

24 lines
727 B
JSON

{
"version": "1.1.55",
"description": "The open source AI coding agent.",
"homepage": "https://opencode.ai/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.1.55/opencode-windows-x64.zip",
"hash": "b27a470eb551718a96f34858661a9849f649e90745a85c004d6e2484fe5a6488"
}
},
"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"
}
}
}
}