ghq: Update to version 1.4.0

This commit is contained in:
github-actions[bot] 2023-02-22 04:30:35 +00:00
parent 7d5db51208
commit 3ae4e97651

View File

@ -1,17 +1,17 @@
{ {
"version": "1.3.0", "version": "1.4.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.3.0/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.4.0/ghq_windows_amd64.zip",
"hash": "sha1:28bd60d89faf88a5fad2fac8d8990091f39df0a5", "hash": "sha1:24f32eec8d69394cfbe85447e8e320c3143c57df",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"arm64": { "arm64": {
"url": "https://github.com/motemen/ghq/releases/download/v1.3.0/ghq_windows_arm64.zip", "url": "https://github.com/motemen/ghq/releases/download/v1.4.0/ghq_windows_arm64.zip",
"hash": "sha1:3b9d842d49424504165b4199f919d895f6d6e59c", "hash": "sha1:ded0a747094ba4ce9ab19092355116cccfa3d759",
"extract_dir": "ghq_windows_arm64" "extract_dir": "ghq_windows_arm64"
} }
}, },