2020-02-25 18:01:56 +00:00

25 lines
786 B
JSON

{
"version": "0.8.0",
"description": "Collect, transform, & route all observability data.",
"homepage": "https://vector.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/timberio/vector/releases/download/v0.8.0/vector-x86_64-pc-windows-msvc.zip",
"hash": "e6f2de49458f2380bcca8029d91c36ee3d8005a6b858bd6b077a5203180d644c"
}
},
"bin": "bin\\vector.exe",
"persist": "config",
"checkver": {
"github": "https://github.com/timberio/vector"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timberio/vector/releases/download/v$version/vector-x86_64-pc-windows-msvc.zip"
}
}
}
}