From 49eafa1acc2bcc16767111ff94874803d3783a4c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 21 Dec 2019 17:00:22 +0000 Subject: [PATCH] ghq: Update to version 0.16.0 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index d4d38e9e9e..256bc93e6f 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.15.0", + "version": "0.16.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.15.0/ghq_windows_amd64.zip", - "hash": "sha1:4766e9fdaf7bf21ceae72954881dc25ce04245fd", + "url": "https://github.com/motemen/ghq/releases/download/v0.16.0/ghq_windows_amd64.zip", + "hash": "sha1:7fbed2120a54756d0e53c87ce537ce13a601e33b", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.15.0/ghq_windows_386.zip", - "hash": "sha1:f63884f8ec295680501931ae536a2d2d41096e37", + "url": "https://github.com/motemen/ghq/releases/download/v0.16.0/ghq_windows_386.zip", + "hash": "sha1:70ddf01eda3d7215ada2e54bbd7eb03051dd1efc", "extract_dir": "ghq_windows_386" } },