From c7aaa53ad9aeb17f797275c7d788194abe9db725 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Fri, 3 May 2019 16:53:43 -0400 Subject: [PATCH] ghq: Add extract_dir (#25) close #23 --- bucket/ghq.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index 531b38fe64..4624c69e53 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -5,11 +5,13 @@ "architecture": { "64bit": { "url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_amd64.zip", - "hash": "sha1:19f2614dace56e04fddeb248d7106a074d025a63" + "hash": "sha1:19f2614dace56e04fddeb248d7106a074d025a63", + "extract_dir": "ghq_windows_amd64" }, "32bit": { "url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_386.zip", - "hash": "sha1:25867955e088f71c121adf578c732af2d7a74c1a" + "hash": "sha1:25867955e088f71c121adf578c732af2d7a74c1a", + "extract_dir": "ghq_windows_386" } }, "bin": "ghq.exe", @@ -17,10 +19,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip" + "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" + "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_386.zip", + "extract_dir": "ghq_windows_386" } }, "hash": {