From 4894dc9f751a77615abb644efacb3d7b7943fb33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:29:35 +0000 Subject: [PATCH] ghq: Update to version 1.8.0 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index c4b070bacf..1372834f85 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,17 +1,17 @@ { - "version": "1.7.1", + "version": "1.8.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.7.1/ghq_windows_amd64.zip", - "hash": "sha1:23a2fbae4a2c86f7134de2ddd5e7411bc364eee0", + "url": "https://github.com/motemen/ghq/releases/download/v1.8.0/ghq_windows_amd64.zip", + "hash": "sha1:008a7afb65de5490506b2786926aca77e2cf53bc", "extract_dir": "ghq_windows_amd64" }, "arm64": { - "url": "https://github.com/motemen/ghq/releases/download/v1.7.1/ghq_windows_arm64.zip", - "hash": "sha1:92b069953e25697b1c1de5a8b407011a667952f6", + "url": "https://github.com/motemen/ghq/releases/download/v1.8.0/ghq_windows_arm64.zip", + "hash": "sha1:d7b0e3c9c9a246c580b46d7e0ee47e9e6dec26d6", "extract_dir": "ghq_windows_arm64" } },