mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
34 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|