ghq: Update to version 1.7.1

This commit is contained in:
github-actions[bot] 2024-11-09 08:29:23 +00:00
parent 6854e7b4f4
commit f244eb73a7

View File

@ -1,17 +1,17 @@
{ {
"version": "1.7.0", "version": "1.7.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.7.0/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.7.1/ghq_windows_amd64.zip",
"hash": "sha1:6c9669b83b22bf9dbc7afbe348dcbc8eb33f5381", "hash": "sha1:23a2fbae4a2c86f7134de2ddd5e7411bc364eee0",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.7.0/ghq_windows_arm64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.7.1/ghq_windows_arm64.zip",
"hash": "sha1:f9616361611cdace212190f8baaabac8f2545fe3", "hash": "sha1:92b069953e25697b1c1de5a8b407011a667952f6",
"extract_dir": "ghq_windows_arm64" "extract_dir": "ghq_windows_arm64"
} }
}, },