ScoopInstaller_Main/bucket/kimi-cli.json
2025-12-22 12:31:51 +00:00

27 lines
836 B
JSON

{
"version": "0.67",
"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.67/kimi-0.67-x86_64-pc-windows-msvc.zip",
"hash": "9b5ae91914fa4ca8d93ddb6e04fad04920a377353481e2596611083fd7182574"
}
},
"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"
}
}
}