ScoopInstaller_Main/bucket/copilot-cli.json
2026-02-12 12:33:31 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.408",
"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.408/copilot-win32-x64.zip",
"hash": "6ed49f93c4fd648693464dd62cbdf870a4bfe6f96ea9cfc3cc127315d9f26b8d"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.408/copilot-win32-arm64.zip",
"hash": "40323132c547facaa47baf22ec5094496c483f550dd670425df8eb1660f32341"
}
},
"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"
}
}
}
}