ScoopInstaller_Main/bucket/copilot-cli.json
2026-02-20 00:50:28 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.412",
"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.412/copilot-win32-x64.zip",
"hash": "1175635e3a90361fd7c39fdf8649e217b9c8d74d2e05f020b82dc1e10eae18b1"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.412/copilot-win32-arm64.zip",
"hash": "b47e8ae8c9cc8f997de3b104d36bb02bc5281be0699e0a656abfbf1795dc5d37"
}
},
"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"
}
}
}
}