gh: Update to version 0.8.0

This commit is contained in:
Jakub Čábera 2020-05-12 09:56:47 +02:00
parent 0ee13faf0a
commit b1bc70caec

View File

@ -1,16 +1,16 @@
{ {
"version": "0.7.0", "version": "0.8.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.7.0/gh_0.7.0_windows_amd64.zip", "url": "https://github.com/cli/cli/releases/download/v0.8.0/gh_0.8.0_windows_amd64.zip",
"hash": "f2bab207797dc841363ca4b9d80a863f5fdf1a1d7d96900031e5d6d75199e0c7" "hash": "12698d1bb70b36cf3445ab12110f76e48add772015080e943590ef18516a32cd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/cli/cli/releases/download/v0.7.0/gh_0.7.0_windows_386.zip", "url": "https://github.com/cli/cli/releases/download/v0.8.0/gh_0.8.0_windows_386.zip",
"hash": "a02941046e06f02a2f12446ac37ee78bd5e30b566df8b16c91349cc74e476fa2" "hash": "1d139a67965841392ea3ddc253fae75067fe71a16144e7a4e0447890893a221e"
} }
}, },
"bin": "bin\\gh.exe", "bin": "bin\\gh.exe",