2023-08-21 20:24:04 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.33.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_windows_amd64.zip",
"hash": "b1a90fa45d44ddb010d2d2702ec2c81199a0818e628c17613f55dcde829e17ca"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_windows_386.zip",
"hash": "921be94017285dd9279ed4b7215222803133035516c7cb99c4d609917d9364c4"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_windows_arm64.zip",
"hash": "fce33cbc7a4df822237137e7119c0203fd92fe5bcbfa3d08aa88247e230e0067"
}
},
"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"
}
}
}