ScoopInstaller_Main/bucket/copilot-cli.json
2026-02-27 04:55:29 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.419",
"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.419/copilot-win32-x64.zip",
"hash": "9ad1ba547cad74ce6e22f73980d586a6f83f5a7a2c7d677b70d3aaf0c8025f98"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.419/copilot-win32-arm64.zip",
"hash": "ccaa3710bb964ccc7d2b702062907316aa5ff8a8300d9ca3c9262caf0cacbc05"
}
},
"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"
}
}
}
}