2021-02-19 08:22:46 +01:00

34 lines
1.1 KiB
JSON

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