ghq: Update to version 1.6.3

This commit is contained in:
github-actions[bot] 2024-10-27 16:30:02 +00:00
parent bc3ce45155
commit 3816428650

View File

@ -1,17 +1,17 @@
{ {
"version": "1.6.2", "version": "1.6.3",
"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.2/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.6.3/ghq_windows_amd64.zip",
"hash": "sha1:26be628c948f25f67eab5cad7e703e554139a356", "hash": "sha1:2c03e23d1e3743e8edd36b1b6ba598d76681a627",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.6.2/ghq_windows_arm64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.6.3/ghq_windows_arm64.zip",
"hash": "sha1:28eb0f85134a7c8204b99080503f2c020202f94c", "hash": "sha1:3b7011db24bb8088bd843ffd197fdc7911d747b7",
"extract_dir": "ghq_windows_arm64" "extract_dir": "ghq_windows_arm64"
} }
}, },