ghq: Update to version 0.12.4

This commit is contained in:
Richard Kuhnt 2019-05-24 15:00:45 +00:00
parent 14df988308
commit 8182ca11c4

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/motemen/ghq", "homepage": "https://github.com/motemen/ghq",
"version": "0.12.3", "version": "0.12.4",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.12.3/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.12.4/ghq_windows_amd64.zip",
"hash": "sha1:f01f9a31d1d00e20e1f526bc29d4ae0c2a0c239f", "hash": "sha1:7f8f8ce68aa4ff838a3ea8ea5fc9aa1745031f25",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.12.3/ghq_windows_386.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.12.4/ghq_windows_386.zip",
"hash": "sha1:d99b62cb6d161cabaf1be297676842c674a86e66", "hash": "sha1:ceda98d0d7cfbf4c84ea42dc03d6148ee4646dff",
"extract_dir": "ghq_windows_386" "extract_dir": "ghq_windows_386"
} }
}, },