From 8182ca11c4a90d9d9bff9dd238200cf51ed66cf8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 24 May 2019 15:00:45 +0000 Subject: [PATCH] ghq: Update to version 0.12.4 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index a572358fea..ec375c3069 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/motemen/ghq", - "version": "0.12.3", + "version": "0.12.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.3/ghq_windows_amd64.zip", - "hash": "sha1:f01f9a31d1d00e20e1f526bc29d4ae0c2a0c239f", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.4/ghq_windows_amd64.zip", + "hash": "sha1:7f8f8ce68aa4ff838a3ea8ea5fc9aa1745031f25", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.3/ghq_windows_386.zip", - "hash": "sha1:d99b62cb6d161cabaf1be297676842c674a86e66", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.4/ghq_windows_386.zip", + "hash": "sha1:ceda98d0d7cfbf4c84ea42dc03d6148ee4646dff", "extract_dir": "ghq_windows_386" } },