2021-02-18 07:26:38 +01:00

34 lines
1.1 KiB
JSON

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