mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 13:54:40 +00:00
24 lines
725 B
JSON
24 lines
725 B
JSON
{
|
|
"version": "1.2.5",
|
|
"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.5/opencode-windows-x64.zip",
|
|
"hash": "a566949b0af5ef884478e52b96a80d36d72542ea0a14875f7dfab920fb5d7572"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|