ScoopInstaller_Main/bucket/copilot-cli.json
2026-02-24 20:31:40 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.416",
"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.416/copilot-win32-x64.zip",
"hash": "80b79f9c2f0bb3a0a4a522796c419e1dc2e1da7f155b8d8bcd7ca97277e5891b"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.416/copilot-win32-arm64.zip",
"hash": "5513574df473df8b33f7bad3677bc8e8e57cf244345643e051add3033c357060"
}
},
"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"
}
}
}
}