mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "1.2.0",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v1.2.0/gh_1.2.0_windows_amd64.zip",
|
|
"hash": "9dbf3e689670edb827806f36780cd81f82525cb69f0d4c729d164f6629fe047d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v1.2.0/gh_1.2.0_windows_386.zip",
|
|
"hash": "13025ab6f140ecf810b04a8c3a8754b8b023f6bea16e1296108f9accfc268b32"
|
|
}
|
|
},
|
|
"bin": "bin\\gh.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/cli/cli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gh_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|