mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
25 lines
788 B
JSON
25 lines
788 B
JSON
{
|
|
"version": "0.10.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.10.0/vector-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f2f0a2cae64b324cb46002f29d04e5620623218315ce658499a86ae2c7540551"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|