From 5f7686a3d34ff5946fb1548cd69e871da5b8faf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 6 Jan 2020 04:29:22 +0100 Subject: [PATCH] ghq: Update to version 0.99.2 (#706) #150 --- bucket/ghq.json | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index 8d2017aee5..dd26c2bcb2 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,18 +1,13 @@ { + "version": "0.99.2", + "description": "Remote repository clones manager", "homepage": "https://github.com/motemen/ghq", - "description": "Remote repository management made easy.", - "version": "0.17.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_amd64.zip", - "hash": "sha1:455441d36ec63097aee4ff96f151c4d9052553a3", + "url": "https://github.com/motemen/ghq/releases/download/v0.99.2/ghq_windows_amd64.zip", + "hash": "sha1:95888589393a2f878e8d1ae107291a050177b2c9", "extract_dir": "ghq_windows_amd64" - }, - "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v0.17.1/ghq_windows_386.zip", - "hash": "sha1:6ba5066665c214b222920492660351beec92fc0b", - "extract_dir": "ghq_windows_386" } }, "bin": "ghq.exe", @@ -22,14 +17,10 @@ "64bit": { "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip", "extract_dir": "ghq_windows_amd64" - }, - "32bit": { - "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_386.zip", - "extract_dir": "ghq_windows_386" } }, "hash": { - "url": "https://github.com/motemen/ghq/releases/download/v$version/SHASUMS" + "url": "$baseurl/SHASUMS" } } }