From 626bad55c9764c1261205d8b7a3efa9ddc1fc67e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 24 Dec 2019 16:00:25 +0000 Subject: [PATCH] ghq: Update to version 0.17.1 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index 99dbbf5f26..8d2017aee5 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.17.0", + "version": "0.17.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.17.0/ghq_windows_amd64.zip", - "hash": "sha1:f46d564bbd308da879359e50bf620203b40c803c", + "url": "https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_amd64.zip", + "hash": "sha1:455441d36ec63097aee4ff96f151c4d9052553a3", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.17.0/ghq_windows_386.zip", - "hash": "sha1:f3f91e4036b0eaa68c5d67b224ebf37498aae207", + "url": "https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_386.zip", + "hash": "sha1:6ba5066665c214b222920492660351beec92fc0b", "extract_dir": "ghq_windows_386" } },