mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 21:34:47 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.0.403",
|
|
"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.403/copilot-win32-x64.zip",
|
|
"hash": "56172a2ca0f35d161d89d6f623e676acc8367b4de59670f710ebc1e3c42598da"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.403/copilot-win32-arm64.zip",
|
|
"hash": "ca5ab43fb8be8dacd53c93a7e5335252034b966ac526130756bcc5ddbd41c347"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|