ScoopInstaller_Main/bucket/copilot-cli.json
2026-02-11 20:32:42 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.407",
"description": "Brings the power of Copilot coding agent directly to your terminal",
"homepage": "https://github.com/features/copilot/cli",
"license": {
"identifier": "GitHub Copilot CLI License",
"url": "https://github.com/github/copilot-cli/blob/main/LICENSE.md"
},
"architecture": {
"64bit": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.407/copilot-win32-x64.zip",
"hash": "3e88b66d8b67066f1a536a7d11ff053040daaf6592fd6bb6cdd5e1117a64869c"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.407/copilot-win32-arm64.zip",
"hash": "3d4538c9c308605e21c467afaa79bad129eeb81f51dc7dd051c0c2ed77bdc119"
}
},
"bin": "copilot.exe",
"checkver": {
"github": "https://github.com/github/copilot-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/copilot-cli/releases/download/v$version/copilot-win32-x64.zip"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v$version/copilot-win32-arm64.zip"
}
}
}
}