From 97fd8718196a2387f1923eab0eb98f01f1b34f83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:29:42 +0000 Subject: [PATCH] ghq: Update to version 1.4.1 --- bucket/ghq.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ghq.json b/bucket/ghq.json index e99fd34611..e20d150193 100644 --- a/bucket/ghq.json +++ b/bucket/ghq.json @@ -1,17 +1,17 @@ { - "version": "1.4.0", + "version": "1.4.1", "description": "Remote repository clones manager", "homepage": "https://github.com/motemen/ghq", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/motemen/ghq/releases/download/v1.4.0/ghq_windows_amd64.zip", - "hash": "sha1:24f32eec8d69394cfbe85447e8e320c3143c57df", + "url": "https://github.com/motemen/ghq/releases/download/v1.4.1/ghq_windows_amd64.zip", + "hash": "sha1:2ae1881f3bac8425a5d68ec9c3636e49951659f6", "extract_dir": "ghq_windows_amd64" }, "arm64": { - "url": "https://github.com/motemen/ghq/releases/download/v1.4.0/ghq_windows_arm64.zip", - "hash": "sha1:ded0a747094ba4ce9ab19092355116cccfa3d759", + "url": "https://github.com/motemen/ghq/releases/download/v1.4.1/ghq_windows_arm64.zip", + "hash": "sha1:74c10459a003b7781395582b524673064cdf54cb", "extract_dir": "ghq_windows_arm64" } },