ghq: Update to version 0.15.0

This commit is contained in:
Richard Kuhnt 2019-12-18 18:01:50 +00:00
parent 1c4ef1076d
commit f120981b13

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.2", "version": "0.15.0",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.14.2/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.15.0/ghq_windows_amd64.zip",
"hash": "sha1:de4f887ec20a31aef980e309aed051b10d5b5cf8", "hash": "sha1:4766e9fdaf7bf21ceae72954881dc25ce04245fd",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.14.2/ghq_windows_386.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.15.0/ghq_windows_386.zip",
"hash": "sha1:0ae0563e146dc822607380ccdad4a59a937ceaf7", "hash": "sha1:f63884f8ec295680501931ae536a2d2d41096e37",
"extract_dir": "ghq_windows_386" "extract_dir": "ghq_windows_386"
} }
}, },