mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 12:54:39 +00:00
24 lines
725 B
JSON
24 lines
725 B
JSON
{
|
|
"version": "1.2.6",
|
|
"description": "The open source AI coding agent.",
|
|
"homepage": "https://opencode.ai/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/anomalyco/opencode/releases/download/v1.2.6/opencode-windows-x64.zip",
|
|
"hash": "b6352e014308be8b4e7dbf23660de5a4540bfa5ca024d2b8c20f5a7059d1c875"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|