From cc8cf7f5751ca50c84737ca93e2276d9ae4372b6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 1 Dec 2019 08:00:22 +0000 Subject: [PATCH] ghq: Update to version 0.13.0 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index e59a8a56ae..eddfe58e28 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.12.9", + "version": "0.13.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_amd64.zip", - "hash": "sha1:3daef553b010a1d09ea00350daaeacc6e6edf65d", + "url": "https://github.com/motemen/ghq/releases/download/v0.13.0/ghq_windows_amd64.zip", + "hash": "sha1:c5d6bec2a372ab2ae4e3334767cd65508535d89d", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_386.zip", - "hash": "sha1:fdd50c9913870aa70560b7ac30d8ba74daa7b3b9", + "url": "https://github.com/motemen/ghq/releases/download/v0.13.0/ghq_windows_386.zip", + "hash": "sha1:7761b82158badf724abe0a5ba39e6394ecd2afad", "extract_dir": "ghq_windows_386" } },