From b83c2b665f1b94a0e4ebaadcd9db0c4c47371d03 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 5 Nov 2019 08:01:47 +0000 Subject: [PATCH] ghq: Update to version 0.12.8 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index e134a7efe3..8c63cef558 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.7", + "version": "0.12.8", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.7/ghq_windows_amd64.zip", - "hash": "sha1:88d035e423f9aae61c164367fb710d59d588d88c", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.8/ghq_windows_amd64.zip", + "hash": "sha1:a00f1c96267990479e73651bce833b9c58f00338", "extract_dir": "ghq_windows_amd64" }, "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.12.7/ghq_windows_386.zip", - "hash": "sha1:ac839c25e2c2d11f0487e4ab41d06605884e6d8b", + "url": "https://github.com/motemen/ghq/releases/download/v0.12.8/ghq_windows_386.zip", + "hash": "sha1:f43e010898aba088bb6392bb81b12844347303fc", "extract_dir": "ghq_windows_386" } },