ScoopInstaller_Main/bucket/opencode.json
2026-01-23 08:31:19 +00:00

24 lines
727 B
JSON

{
"version": "1.1.34",
"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.34/opencode-windows-x64.zip",
"hash": "2ecf5682187714057cd51c178ae29687672a2bd753a919d3d1d49591d23a1fec"
}
},
"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"
}
}
}
}