ScoopInstaller_Main/bucket/copilot-cli.json
2026-02-05 20:31:22 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.404",
"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.404/copilot-win32-x64.zip",
"hash": "0f98e315e73d6b2c7c0a62d6fa3bbc48c175610d2669a621c97af6fb51536252"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.404/copilot-win32-arm64.zip",
"hash": "2f97279193e39f587d827456f2eac0e1f2cac7dfdcee118933b994af29acf5fd"
}
},
"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"
}
}
}
}