ScoopInstaller_Main/bucket/opencode.json
2026-02-15 20:30:16 +00:00

24 lines
725 B
JSON

{
"version": "1.2.5",
"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.5/opencode-windows-x64.zip",
"hash": "a566949b0af5ef884478e52b96a80d36d72542ea0a14875f7dfab920fb5d7572"
}
},
"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"
}
}
}
}