ScoopInstaller_Main/bucket/opencode.json
2026-02-20 12:32:47 +00:00

24 lines
727 B
JSON

{
"version": "1.2.10",
"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.10/opencode-windows-x64.zip",
"hash": "e31d83fc1c2eb54d707f6f36529bcb8b01b1a2ab50c485c478b5c10e64f1cfff"
}
},
"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"
}
}
}
}