mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
25 lines
786 B
JSON
25 lines
786 B
JSON
{
|
|
"version": "0.7.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.7.0/vector-x86_64-pc-windows-msvc.zip",
|
|
"hash": "70f5d130b1afe46ddbbe30c979627bd147919bd5bb3eda628448d820b43e1a84"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|