ghq: Update to version 0.12.1

This commit is contained in:
Richard Kuhnt 2019-05-06 19:00:45 +00:00
parent c72e336e5a
commit 2979614a80

View File

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