2021-07-20 20:00:19 +00:00

34 lines
1.1 KiB
JSON

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