2022-10-18 12:33:19 +00:00

34 lines
1.1 KiB
JSON

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