ScoopInstaller_Main/bucket/opencode.json
2026-01-22 04:37:36 +00:00

24 lines
727 B
JSON

{
"version": "1.1.31",
"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.31/opencode-windows-x64.zip",
"hash": "9b966768e5a0ee4c44b7cd45f5ded08c876350c196235079f6b8e6f7d8a410f4"
}
},
"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"
}
}
}
}