ScoopInstaller_Main/bucket/promtail.json
2021-04-06 18:12:20 +02:00

32 lines
934 B
JSON

{
"version": "2.2.1",
"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.2.1/promtail-windows-amd64.exe.zip",
"hash": "66006c73dfe55c2f3536278503a692c7d7741746911de3584d5da0c0b31b6f3e",
"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"
}
}
}