ScoopInstaller_Main/bucket/copilot-cli.json
2026-01-31 00:48:51 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.400",
"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.400/copilot-win32-x64.zip",
"hash": "02fc89afbd608c70c98e5c0e2f3db8bec5139d8f103e3f42c1a83dd7a204185c"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.400/copilot-win32-arm64.zip",
"hash": "77e08d9c2bf576348f7e05062eee2911af3fd7fe414d55b01f61688cc1b2b679"
}
},
"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"
}
}
}
}