ScoopInstaller_Main/bucket/copilot-cli.json
2026-02-21 04:49:21 +00:00

34 lines
1.3 KiB
JSON

{
"version": "0.0.414",
"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.414/copilot-win32-x64.zip",
"hash": "874655bed75ccf525c4e6283089be38bdd1dcfd8cabf2d19d97890c27061f6c9"
},
"arm64": {
"url": "https://github.com/github/copilot-cli/releases/download/v0.0.414/copilot-win32-arm64.zip",
"hash": "919bdb13859a187bd1b4a9c312f2b3e63e378c0f6b850d6ef2ea9b51ca8dcdb0"
}
},
"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"
}
}
}
}