From 3147daae931fa33928407eb8111216ebad2ceb92 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 18 Dec 2019 10:00:25 +0000 Subject: [PATCH] ghq: Update to version 0.14.2 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index d890056efa..cc83cbd295 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.14.1", + "version": "0.14.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.14.1/ghq_windows_amd64.zip", - "hash": "sha1:1184ad6c7498f632985f4eab6a2166ff22e7b859", + "url": "https://github.com/motemen/ghq/releases/download/v0.14.2/ghq_windows_amd64.zip", + "hash": "sha1:de4f887ec20a31aef980e309aed051b10d5b5cf8", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.14.1/ghq_windows_386.zip", - "hash": "sha1:da350e8b67235917aef0844142c0a31ea54c1522", + "url": "https://github.com/motemen/ghq/releases/download/v0.14.2/ghq_windows_386.zip", + "hash": "sha1:0ae0563e146dc822607380ccdad4a59a937ceaf7", "extract_dir": "ghq_windows_386" } },