mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
24 lines
725 B
JSON
24 lines
725 B
JSON
{
|
|
"version": "1.2.4",
|
|
"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.4/opencode-windows-x64.zip",
|
|
"hash": "70cd167baa61bd435eee8baf4387873b33d7b8b26f5023177a79b27e278dd245"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|