From 6792c04c7d53d71ad8cca46040188036d99c0249 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 24 Dec 2019 05:00:21 +0000 Subject: [PATCH] ghq: Update to version 0.17.0 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index 256bc93e6f..99dbbf5f26 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.16.0", + "version": "0.17.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.16.0/ghq_windows_amd64.zip", - "hash": "sha1:7fbed2120a54756d0e53c87ce537ce13a601e33b", + "url": "https://github.com/motemen/ghq/releases/download/v0.17.0/ghq_windows_amd64.zip", + "hash": "sha1:f46d564bbd308da879359e50bf620203b40c803c", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.16.0/ghq_windows_386.zip", - "hash": "sha1:70ddf01eda3d7215ada2e54bbd7eb03051dd1efc", + "url": "https://github.com/motemen/ghq/releases/download/v0.17.0/ghq_windows_386.zip", + "hash": "sha1:f3f91e4036b0eaa68c5d67b224ebf37498aae207", "extract_dir": "ghq_windows_386" } },