2021-05-18 19:00:19 +00:00

34 lines
1.1 KiB
JSON

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