From d320bd2ce365f30f1c733f6bd50438cf5799df73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:07:38 +0000 Subject: [PATCH] ghq: Update to version 1.6.0 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index d1240cafbf..ba24b32d2c 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,17 +1,17 @@ { - "version": "1.5.0", + "version": "1.6.0", "description": "Remote repository clones manager", "homepage": "https://github.com/motemen/ghq", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v1.5.0/ghq_windows_amd64.zip", - "hash": "sha1:d38e8a28e6fe73b8e4fee40a0c1b8b5cdcac3d35", + "url": "https://github.com/motemen/ghq/releases/download/v1.6.0/ghq_windows_amd64.zip", + "hash": "sha1:ee2558fd5401dc15637798f3e76cd562cd41d130", "extract_dir": "ghq_windows_amd64" }, "arm64": { - "url": "https://github.com/motemen/ghq/releases/download/v1.5.0/ghq_windows_arm64.zip", - "hash": "sha1:210a5b9ab69d209c61c6e11badc5e2ccef253b23", + "url": "https://github.com/motemen/ghq/releases/download/v1.6.0/ghq_windows_arm64.zip", + "hash": "sha1:13b1a04cf2771da29772d3ff677107b7254713b0", "extract_dir": "ghq_windows_arm64" } },