From e5841b7f097e19b0e9de67d6944e323b7f60abaf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 20 Nov 2019 07:00:22 +0000 Subject: [PATCH] ghq: Update to version 0.12.9 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index 8c63cef558..e59a8a56ae 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.8", + "version": "0.12.9", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.8/ghq_windows_amd64.zip", - "hash": "sha1:a00f1c96267990479e73651bce833b9c58f00338", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_amd64.zip", + "hash": "sha1:3daef553b010a1d09ea00350daaeacc6e6edf65d", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.8/ghq_windows_386.zip", - "hash": "sha1:f43e010898aba088bb6392bb81b12844347303fc", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_386.zip", + "hash": "sha1:fdd50c9913870aa70560b7ac30d8ba74daa7b3b9", "extract_dir": "ghq_windows_386" } },