ScoopInstaller_Main/bucket/opencode.json
2026-01-29 16:33:52 +00:00

24 lines
727 B
JSON

{
"version": "1.1.42",
"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.42/opencode-windows-x64.zip",
"hash": "eec0b5cb0ebf4f0e762511a09fc9576bc5d46bbeef4d41485308c4a246daf929"
}
},
"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"
}
}
}
}