From f5457179feeefd21112c402bc4986149da6fc025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 04:27:19 +0000 Subject: [PATCH] ghq: Update to version 1.6.2 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index b7da7233fb..3ea67c2bcd 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,17 +1,17 @@ { - "version": "1.6.1", + "version": "1.6.2", "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.1/ghq_windows_amd64.zip", - "hash": "sha1:6fd345294a930695effeb8dbbc2e49eaa100fea3", + "url": "https://github.com/motemen/ghq/releases/download/v1.6.2/ghq_windows_amd64.zip", + "hash": "sha1:26be628c948f25f67eab5cad7e703e554139a356", "extract_dir": "ghq_windows_amd64" }, "arm64": { - "url": "https://github.com/motemen/ghq/releases/download/v1.6.1/ghq_windows_arm64.zip", - "hash": "sha1:a485204a13b0af19b85f826218fde17892aedc86", + "url": "https://github.com/motemen/ghq/releases/download/v1.6.2/ghq_windows_arm64.zip", + "hash": "sha1:28eb0f85134a7c8204b99080503f2c020202f94c", "extract_dir": "ghq_windows_arm64" } },