ScoopInstaller_Main/bucket/opencode.json
2026-02-25 13:30:14 +00:00

24 lines
727 B
JSON

{
"version": "1.2.13",
"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.13/opencode-windows-x64.zip",
"hash": "cd4e6b7da051722a869cf54f35110d06ac0025b1ae2d41327c9ea8b3efc75cb7"
}
},
"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"
}
}
}
}