gh: Update to version 0.10.0

This commit is contained in:
Jakub Čábera 2020-06-12 08:50:14 +02:00
parent 0a27f6bf4b
commit 0ee244a4ad

View File

@ -1,16 +1,16 @@
{ {
"version": "0.9.0", "version": "0.10.0",
"description": "Official GitHub CLI", "description": "Official GitHub CLI",
"homepage": "https://cli.github.com", "homepage": "https://cli.github.com",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/cli/cli/releases/download/v0.9.0/gh_0.9.0_windows_amd64.zip", "url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_amd64.zip",
"hash": "7c668e75662634334e74106ef8c50bc70a02849076367223ba8021cd95c9ee7f" "hash": "082ca3f0a8b8db91ff935c7f05066e7cedfd58456c53719cb3d4accee830d44b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/cli/cli/releases/download/v0.9.0/gh_0.9.0_windows_386.zip", "url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_386.zip",
"hash": "e232f3c32ffa4e52eafd70815cb9410be892da1c92b4fd22c7b0f0d67bbbd8d2" "hash": "e6b5ac5eaf6c8bcf593c8a8a1c1448c1fd72df3d14955ca37b6f1934ebfa6cfc"
} }
}, },
"bin": "bin\\gh.exe", "bin": "bin\\gh.exe",