From 7a327e14f901aa254de7f11675cbcf039a9d61d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 8 Sep 2020 14:37:59 +0200 Subject: [PATCH] gh: Update to version 0.12.0 --- bucket/gh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gh.json b/bucket/gh.json index dee45e20a5..353d20e8e4 100644 --- a/bucket/gh.json +++ b/bucket/gh.json @@ -1,16 +1,16 @@ { - "version": "0.11.1", + "version": "0.12.0", "description": "Official GitHub CLI", "homepage": "https://cli.github.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/cli/cli/releases/download/v0.11.1/gh_0.11.1_windows_amd64.zip", - "hash": "0ff00a7d89d1b638a6f3cbce6a09902c5a3d1759ed28463971c9bc2e008caf63" + "url": "https://github.com/cli/cli/releases/download/v0.12.0/gh_0.12.0_windows_amd64.zip", + "hash": "6f79296f7c37121ee5853d79a1241eb7d3ba892d491953db1d375a498c4b84ad" }, "32bit": { - "url": "https://github.com/cli/cli/releases/download/v0.11.1/gh_0.11.1_windows_386.zip", - "hash": "aae2cfeead222eb504d527033c95e853a0b1eb685009a5bcc8bca20af98eb8bb" + "url": "https://github.com/cli/cli/releases/download/v0.12.0/gh_0.12.0_windows_386.zip", + "hash": "ab9ff7487e3b684819a0f67a7522d29271dfc4c3f227de7cf00bfe31ac02c698" } }, "bin": "bin\\gh.exe",