ScoopInstaller_Main/bucket/opencode.json
2026-01-28 08:31:03 +00:00

24 lines
727 B
JSON

{
"version": "1.1.39",
"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.39/opencode-windows-x64.zip",
"hash": "658c0e8466edb9ddd74957e40ec8453e11301f3309ad1527330e3a496e346b0f"
}
},
"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"
}
}
}
}