ScoopInstaller_Main/bucket/kimi-cli.json
2026-01-09 16:30:40 +00:00

27 lines
836 B
JSON

{
"version": "0.75",
"description": "Kimi CLI is your next CLI agent.",
"homepage": "https://github.com/MoonshotAI/kimi-cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/MoonshotAI/kimi-cli/releases/download/0.75/kimi-0.75-x86_64-pc-windows-msvc.zip",
"hash": "ca8c070dd084beb6683025009f170bea57fa4f363af64b419f618f2e07dbe3f3"
}
},
"bin": "kimi.exe",
"checkver": {
"github": "https://github.com/MoonshotAI/kimi-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MoonshotAI/kimi-cli/releases/download/$version/kimi-$version-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}