ghq: Update to version 0.12.9

This commit is contained in:
Richard Kuhnt 2019-11-20 07:00:22 +00:00
parent d176c086d9
commit e5841b7f09

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/motemen/ghq", "homepage": "https://github.com/motemen/ghq",
"description": "Remote repository management made easy.", "description": "Remote repository management made easy.",
"version": "0.12.8", "version": "0.12.9",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.12.8/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_amd64.zip",
"hash": "sha1:a00f1c96267990479e73651bce833b9c58f00338", "hash": "sha1:3daef553b010a1d09ea00350daaeacc6e6edf65d",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.12.8/ghq_windows_386.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.12.9/ghq_windows_386.zip",
"hash": "sha1:f43e010898aba088bb6392bb81b12844347303fc", "hash": "sha1:fdd50c9913870aa70560b7ac30d8ba74daa7b3b9",
"extract_dir": "ghq_windows_386" "extract_dir": "ghq_windows_386"
} }
}, },