ghq: Update to version 1.6.2

This commit is contained in:
github-actions[bot] 2024-07-12 04:27:19 +00:00
parent 5e9c4ba261
commit f5457179fe

View File

@ -1,17 +1,17 @@
{ {
"version": "1.6.1", "version": "1.6.2",
"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.1/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.6.2/ghq_windows_amd64.zip",
"hash": "sha1:6fd345294a930695effeb8dbbc2e49eaa100fea3", "hash": "sha1:26be628c948f25f67eab5cad7e703e554139a356",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.6.1/ghq_windows_arm64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.6.2/ghq_windows_arm64.zip",
"hash": "sha1:a485204a13b0af19b85f826218fde17892aedc86", "hash": "sha1:28eb0f85134a7c8204b99080503f2c020202f94c",
"extract_dir": "ghq_windows_arm64" "extract_dir": "ghq_windows_arm64"
} }
}, },