ScoopInstaller_Main/bucket/opencode.json
2026-02-11 16:40:43 +00:00

24 lines
727 B
JSON

{
"version": "1.1.59",
"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.59/opencode-windows-x64.zip",
"hash": "b129bf86e1330e063ad0a46ef4b73c6b11cb3e52ce18e99341cbf5e91c1ac86c"
}
},
"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"
}
}
}
}