ScoopInstaller_Main/bucket/promtail.json
2023-07-21 16:30:03 +00:00

32 lines
934 B
JSON

{
"version": "2.8.3",
"description": "Multi-tenant log aggregation system",
"homepage": "https://grafana.com/oss/loki/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/grafana/loki/releases/download/v2.8.3/promtail-windows-amd64.exe.zip",
"hash": "52879ce1d8c6ada50c5e77afa4129818fe2e16b4d44e300dda12c05789c60ff5",
"bin": [
[
"promtail-windows-amd64.exe",
"promtail"
]
]
}
},
"checkver": {
"github": "https://github.com/grafana/loki"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/grafana/loki/releases/download/v$version/promtail-windows-amd64.exe.zip"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}