ScoopInstaller_Main/bucket/opencode.json
2026-02-11 00:58:51 +00:00

24 lines
727 B
JSON

{
"version": "1.1.56",
"description": "The open source AI coding agent.",
"homepage": "https://opencode.ai/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/anomalyco/opencode/releases/download/v1.1.56/opencode-windows-x64.zip",
"hash": "72734e6e1df6ea2f2fc3d2737a9267984314e1dd7441883fc898685268883d6d"
}
},
"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"
}
}
}
}