From 28bd2516e57221689959578bcdb2e5ae8dec88eb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 4 Nov 2019 17:01:08 +0000 Subject: [PATCH] ghq: Update to version 0.12.7 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index b302c9ea82..e134a7efe3 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/motemen/ghq", "description": "Remote repository management made easy.", - "version": "0.12.6", + "version": "0.12.7", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.6/ghq_windows_amd64.zip", - "hash": "sha1:4388ea8fd909b724d16ed47f6e591fc8495c95f2", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.7/ghq_windows_amd64.zip", + "hash": "sha1:88d035e423f9aae61c164367fb710d59d588d88c", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.6/ghq_windows_386.zip", - "hash": "sha1:c1c15ff414626c5a6ef42effaefd6970a08caeba", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.7/ghq_windows_386.zip", + "hash": "sha1:ac839c25e2c2d11f0487e4ab41d06605884e6d8b", "extract_dir": "ghq_windows_386" } },