mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-01 06:44:46 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.0.413",
|
|
"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.413/copilot-win32-x64.zip",
|
|
"hash": "f213ee9bf3c165de30c14a8ba10bb65af5672fed30c8999fd9058340e752b75c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.413/copilot-win32-arm64.zip",
|
|
"hash": "de96f141ac582846d87d25f652ccdb4139c42eee8138d991b687ee870779ffcf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|