2021-05-21 18:01:47 +00:00

34 lines
1.1 KiB
JSON

{
"version": "1.10.3",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_windows_amd64.zip",
"hash": "bbd032f7cec16bcce2e4473f0d7fa58dddd960527aeb677d5689732c655d5b38"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v1.10.3/gh_1.10.3_windows_386.zip",
"hash": "7c14d02c82e2b9decf2d24e16c4544e67399a8bca2a76859b0f71e539e2007bb"
}
},
"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"
}
}
}