ScoopInstaller_Main/bucket/opencode.json
2026-02-15 00:56:07 +00:00

24 lines
725 B
JSON

{
"version": "1.2.3",
"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.3/opencode-windows-x64.zip",
"hash": "4fc5dc8eef05106bc88f455eda354911c953272fd250c4e2c9d92f244b5c16d1"
}
},
"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"
}
}
}
}