mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 05:14:40 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.0.410",
|
|
"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.410/copilot-win32-x64.zip",
|
|
"hash": "1dac0d32f1954881e95849eb4975ec9d1e422342f59264959038c8cdaf9f6440"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.410/copilot-win32-arm64.zip",
|
|
"hash": "bbfaaf985ee02595a6e2b01e352c6d0131f81b08e8494fa0db3bfec2948c10ea"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|