mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "2.63.0",
|
|
"description": "Official GitHub CLI",
|
|
"homepage": "https://cli.github.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.63.0/gh_2.63.0_windows_amd64.zip",
|
|
"hash": "ae7e1ab5657a9e8bd85eb512317d9e7e4b1a41bf9f23f8b6092f7e909a3cc300"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.63.0/gh_2.63.0_windows_386.zip",
|
|
"hash": "b9134cb2305c31faa1d0ea685087099f60578478766157ac43958b5190a91dcd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cli/cli/releases/download/v2.63.0/gh_2.63.0_windows_arm64.zip",
|
|
"hash": "ab74f4a2ab900138f523e6fab859d354de007610af3af95f598862baf3375de1"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gh_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|