ScoopInstaller_Main/bucket/opencode.json
2026-01-28 23:30:34 +00:00

24 lines
727 B
JSON

{
"version": "1.1.40",
"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.40/opencode-windows-x64.zip",
"hash": "50a60ebc4fb959094f7ca237d39ca75bbc99935d1f7ed41b56cff43f986c6cb2"
}
},
"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"
}
}
}
}