ScoopInstaller_Main/bucket/opencode.json
2026-02-15 04:59:54 +00:00

24 lines
725 B
JSON

{
"version": "1.2.4",
"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.4/opencode-windows-x64.zip",
"hash": "70cd167baa61bd435eee8baf4387873b33d7b8b26f5023177a79b27e278dd245"
}
},
"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"
}
}
}
}