2021-04-22 07:54:49 +02:00

25 lines
804 B
JSON

{
"version": "0.13.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.13.0/vector-0.13.0-x86_64-pc-windows-msvc.zip",
"hash": "6d8101e0b89474768a9ca75c8c12f012f64a963c8a9833133d158acfb15eac83"
}
},
"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-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}