2020-12-11 21:50:12 +01:00

25 lines
804 B
JSON

{
"version": "0.11.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.11.0/vector-0.11.0-x86_64-pc-windows-msvc.zip",
"hash": "83c155dcff40bef1e37bf79b510582fc3766f592fa3c5a42dcb2a8a0dd541739"
}
},
"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"
}
}
}
}