ScoopInstaller_Main/bucket/kimi-cli.json
2026-01-27 16:30:56 +00:00

27 lines
833 B
JSON

{
"version": "1.2",
"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/1.2/kimi-1.2-x86_64-pc-windows-msvc.zip",
"hash": "f935f1bf7de70121acb2993a3657ad88973f97f9d96a72c779dd18417016fb93"
}
},
"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"
}
}
}