ScoopInstaller_Main/bucket/opencode.json
2026-02-20 04:56:51 +00:00

24 lines
725 B
JSON

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