ScoopInstaller_Main/bucket/opencode.json
2026-02-13 00:56:21 +00:00

24 lines
727 B
JSON

{
"version": "1.1.64",
"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.64/opencode-windows-x64.zip",
"hash": "72947916953148cb71bc0d153b7e304321359ca2b81e534ba11b2f45d2854a7a"
}
},
"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"
}
}
}
}