From 0ee244a4ad12fe2ead86e1eb1cf489aef31509ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 12 Jun 2020 08:50:14 +0200 Subject: [PATCH] gh: Update to version 0.10.0 --- bucket/gh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gh.json b/bucket/gh.json index 6f7c3906a0..ec57230c72 100644 --- a/bucket/gh.json +++ b/bucket/gh.json @@ -1,16 +1,16 @@ { - "version": "0.9.0", + "version": "0.10.0", "description": "Official GitHub CLI", "homepage": "https://cli.github.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/cli/cli/releases/download/v0.9.0/gh_0.9.0_windows_amd64.zip", - "hash": "7c668e75662634334e74106ef8c50bc70a02849076367223ba8021cd95c9ee7f" + "url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_amd64.zip", + "hash": "082ca3f0a8b8db91ff935c7f05066e7cedfd58456c53719cb3d4accee830d44b" }, "32bit": { - "url": "https://github.com/cli/cli/releases/download/v0.9.0/gh_0.9.0_windows_386.zip", - "hash": "e232f3c32ffa4e52eafd70815cb9410be892da1c92b4fd22c7b0f0d67bbbd8d2" + "url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_386.zip", + "hash": "e6b5ac5eaf6c8bcf593c8a8a1c1448c1fd72df3d14955ca37b6f1934ebfa6cfc" } }, "bin": "bin\\gh.exe",