From a4175fcf5a63484d52efed970610b53fb59ad885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 04:29:26 +0000 Subject: [PATCH] ghq: Update to version 1.7.0 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index 3753d81ba1..963a3fd46a 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,17 +1,17 @@ { - "version": "1.6.3", + "version": "1.7.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.6.3/ghq_windows_amd64.zip", - "hash": "sha1:2c03e23d1e3743e8edd36b1b6ba598d76681a627", + "url": "https://github.com/motemen/ghq/releases/download/v1.7.0/ghq_windows_amd64.zip", + "hash": "sha1:6c9669b83b22bf9dbc7afbe348dcbc8eb33f5381", "extract_dir": "ghq_windows_amd64" }, "arm64": { - "url": "https://github.com/motemen/ghq/releases/download/v1.6.3/ghq_windows_arm64.zip", - "hash": "sha1:3b7011db24bb8088bd843ffd197fdc7911d747b7", + "url": "https://github.com/motemen/ghq/releases/download/v1.7.0/ghq_windows_arm64.zip", + "hash": "sha1:f9616361611cdace212190f8baaabac8f2545fe3", "extract_dir": "ghq_windows_arm64" } },