ghq: Update to version 0.11.1

This commit is contained in:
Richard Kuhnt 2019-05-05 16:00:19 +00:00
parent 1aa49226c4
commit 8fb74158fc

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/motemen/ghq", "homepage": "https://github.com/motemen/ghq",
"version": "0.11.0", "version": "0.11.1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.11.1/ghq_windows_amd64.zip",
"hash": "sha1:19f2614dace56e04fddeb248d7106a074d025a63", "hash": "sha1:f36b5bbbdaab7b831eca47f5154afb00c47b202e",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.11.0/ghq_windows_386.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.11.1/ghq_windows_386.zip",
"hash": "sha1:25867955e088f71c121adf578c732af2d7a74c1a", "hash": "sha1:1d93d53b30e1623c9c95aa43ea3539acc529373a",
"extract_dir": "ghq_windows_386" "extract_dir": "ghq_windows_386"
} }
}, },