ghq: Update to version 1.5.0

This commit is contained in:
github-actions[bot] 2024-02-02 04:25:20 +00:00
parent 0bc30eb62c
commit b9bd41b7c7

View File

@ -1,17 +1,17 @@
{ {
"version": "1.4.2", "version": "1.5.0",
"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.4.2/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.5.0/ghq_windows_amd64.zip",
"hash": "sha1:6953fb3a5b809b99795468aa3abc7fcd7a15c58a", "hash": "sha1:d38e8a28e6fe73b8e4fee40a0c1b8b5cdcac3d35",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.4.2/ghq_windows_arm64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.5.0/ghq_windows_arm64.zip",
"hash": "sha1:f1fb902ef96eef3af17e6d534b2d5eaddb2ac27f", "hash": "sha1:210a5b9ab69d209c61c6e11badc5e2ccef253b23",
"extract_dir": "ghq_windows_arm64" "extract_dir": "ghq_windows_arm64"
} }
}, },