2023-07-11 20:26:03 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.32.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_windows_amd64.zip",
"hash": "6aa2a15e0e5fcbe4663908964bde88277ee3678138e2fb099d0c8b68b0b62271"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_windows_386.zip",
"hash": "1d6b610d53bcdd20163efc2caa69513fe7c260756e4bed8c4db9bb160d39d9a2"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_windows_arm64.zip",
"hash": "e2350f03addfc241f32aab161c5fafeb1063260c52baabf50283fd2932c0eafd"
}
},
"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"
}
}
}