mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
25 lines
786 B
JSON
25 lines
786 B
JSON
{
|
|
"version": "0.9.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.9.0/vector-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c06c709c34d7ca357876b66f511410867056d8b6f565c75da19badfb81f54a58"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|