2021-06-03 15:10:43 -07:00

25 lines
804 B
JSON

{
"version": "0.14.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.14.0/vector-0.14.0-x86_64-pc-windows-msvc.zip",
"hash": "2142203565ed85c660c35ad4ebb1cb33dfe88f426bf52bfc31298ea19ac3434a"
}
},
"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"
}
}
}
}