From 170618effcb008ba1c80fb2e24b0c49fde96de75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 25 Jun 2020 10:09:27 +0200 Subject: [PATCH] gh: Update to version 0.10.1 --- bucket/gh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gh.json b/bucket/gh.json index ec57230c72..5857b8f75e 100644 --- a/bucket/gh.json +++ b/bucket/gh.json @@ -1,16 +1,16 @@ { - "version": "0.10.0", + "version": "0.10.1", "description": "Official GitHub CLI", "homepage": "https://cli.github.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_amd64.zip", - "hash": "082ca3f0a8b8db91ff935c7f05066e7cedfd58456c53719cb3d4accee830d44b" + "url": "https://github.com/cli/cli/releases/download/v0.10.1/gh_0.10.1_windows_amd64.zip", + "hash": "2b8243e997d45f1f1441a11a4bdb33e8d432913fac883fe19d75ef1eab9825c4" }, "32bit": { - "url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_386.zip", - "hash": "e6b5ac5eaf6c8bcf593c8a8a1c1448c1fd72df3d14955ca37b6f1934ebfa6cfc" + "url": "https://github.com/cli/cli/releases/download/v0.10.1/gh_0.10.1_windows_386.zip", + "hash": "3c10916f8b59814b8972afca10ada57b43667d1a5e7baf40ffe2583a15011e09" } }, "bin": "bin\\gh.exe",