ghq: Update to version 0.11.2

This commit is contained in:
Richard Kuhnt 2019-05-05 20:00:22 +00:00
parent 4c1a91e894
commit e8677ec1eb

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/motemen/ghq", "homepage": "https://github.com/motemen/ghq",
"version": "0.11.1", "version": "0.11.2",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.11.1/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.11.2/ghq_windows_amd64.zip",
"hash": "sha1:f36b5bbbdaab7b831eca47f5154afb00c47b202e", "hash": "sha1:3c35e5f89c4b3adba174d9f80a383d90c5a1becf",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.11.1/ghq_windows_386.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.11.2/ghq_windows_386.zip",
"hash": "sha1:1d93d53b30e1623c9c95aa43ea3539acc529373a", "hash": "sha1:a2b81bf41e60a96bdc71983e0e5de08243df63bb",
"extract_dir": "ghq_windows_386" "extract_dir": "ghq_windows_386"
} }
}, },