From 2979614a80016526b4c8a55c572d768f05f23a63 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 6 May 2019 19:00:45 +0000 Subject: [PATCH] ghq: Update to version 0.12.1 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index bfed40a33d..8ed6376b46 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/motemen/ghq", - "version": "0.11.2", + "version": "0.12.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.11.2/ghq_windows_amd64.zip", - "hash": "sha1:3c35e5f89c4b3adba174d9f80a383d90c5a1becf", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.1/ghq_windows_amd64.zip", + "hash": "sha1:4067037d329dfd5ec9351f125503c16cdc1f2810", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.11.2/ghq_windows_386.zip", - "hash": "sha1:a2b81bf41e60a96bdc71983e0e5de08243df63bb", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.1/ghq_windows_386.zip", + "hash": "sha1:f6ecadcc9a09e7f6cd81adacc0af6621540a7df4", "extract_dir": "ghq_windows_386" } },