2022-05-24 12:32:47 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.11.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_windows_amd64.zip",
"hash": "df7b76a14065b94c5066df7ed8beb69fed646db95445cc9c931f83489c081233"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_windows_386.zip",
"hash": "f0bd0837f77ccc19fc8546616d067bb478b93fdbf91d8752d343e55498a8e64a"
}
},
"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"
}
}
}