ScoopInstaller_Main/bucket/opencode.json
2026-01-29 04:50:53 +00:00

24 lines
727 B
JSON

{
"version": "1.1.41",
"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.41/opencode-windows-x64.zip",
"hash": "3dbc839e913d5304ba0829f10259e2fd36f4ca0f0bf3d4d6c0f917ce01c5d4cf"
}
},
"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"
}
}
}
}