2020-04-02 19:08:14 +02:00

34 lines
1.1 KiB
JSON

{
"version": "0.6.4",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v0.6.4/gh_0.6.4_windows_amd64.zip",
"hash": "3a3e2992a6ab763dfde0754036a94cc7363adf58c30713b92c48a87c2524b25a"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v0.6.4/gh_0.6.4_windows_386.zip",
"hash": "4934d43d8b379ebcce8e4c5a48155218a4a07cd18c5fba94662bef68dc4f9369"
}
},
"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"
}
}
}