gh: Update to version 2.1.0

This commit is contained in:
Richard Kuhnt 2021-10-14 21:00:36 +00:00
parent c4601cb87f
commit 165e7087fe

View File

@ -1,16 +1,16 @@
{ {
"version": "2.0.0", "version": "2.1.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/v2.0.0/gh_2.0.0_windows_amd64.zip", "url": "https://github.com/cli/cli/releases/download/v2.1.0/gh_2.1.0_windows_amd64.zip",
"hash": "3c33ac49e2f969cc76d082a88db13f6c8050a5677ff149bce7adaca06a2b81c6" "hash": "34fa202c7cf731f7ff134535200da92af3d7cde05275c3621a92a3fdd65f6a07"
}, },
"32bit": { "32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.0.0/gh_2.0.0_windows_386.zip", "url": "https://github.com/cli/cli/releases/download/v2.1.0/gh_2.1.0_windows_386.zip",
"hash": "dffae9fac9bcafaf9da9a78331407585f20a35ca9b1061fa2f201863580ce798" "hash": "301c661221a9e0e5f0ec9fb0c164602f9ae5c59cec0ccaf246ed4fc305a67e22"
} }
}, },
"bin": "bin\\gh.exe", "bin": "bin\\gh.exe",