ghq: Update to version 0.14.2

This commit is contained in:
Richard Kuhnt 2019-12-18 10:00:25 +00:00
parent bdb521d48a
commit 3147daae93

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.14.1", "version": "0.14.2",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.14.1/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.14.2/ghq_windows_amd64.zip",
"hash": "sha1:1184ad6c7498f632985f4eab6a2166ff22e7b859", "hash": "sha1:de4f887ec20a31aef980e309aed051b10d5b5cf8",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.14.1/ghq_windows_386.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.14.2/ghq_windows_386.zip",
"hash": "sha1:da350e8b67235917aef0844142c0a31ea54c1522", "hash": "sha1:0ae0563e146dc822607380ccdad4a59a937ceaf7",
"extract_dir": "ghq_windows_386" "extract_dir": "ghq_windows_386"
} }
}, },