ghq: Update to version 1.6.1

This commit is contained in:
github-actions[bot] 2024-04-10 09:09:30 +00:00
parent 6ad35985a6
commit 23c2319636

View File

@ -1,17 +1,17 @@
{ {
"version": "1.6.0", "version": "1.6.1",
"description": "Remote repository clones manager", "description": "Remote repository clones manager",
"homepage": "https://github.com/motemen/ghq", "homepage": "https://github.com/motemen/ghq",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v1.6.0/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.6.1/ghq_windows_amd64.zip",
"hash": "sha1:ee2558fd5401dc15637798f3e76cd562cd41d130", "hash": "sha1:6fd345294a930695effeb8dbbc2e49eaa100fea3",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.6.0/ghq_windows_arm64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.6.1/ghq_windows_arm64.zip",
"hash": "sha1:13b1a04cf2771da29772d3ff677107b7254713b0", "hash": "sha1:a485204a13b0af19b85f826218fde17892aedc86",
"extract_dir": "ghq_windows_arm64" "extract_dir": "ghq_windows_arm64"
} }
}, },