ScoopInstaller_Main/bucket/opencode.json
2026-02-12 08:32:48 +00:00

24 lines
727 B
JSON

{
"version": "1.1.60",
"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.60/opencode-windows-x64.zip",
"hash": "aafa505bd31aa12afe80ca3031a323cfd9d0943f0671ab96dbe797e534a7b554"
}
},
"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"
}
}
}
}