ScoopInstaller_Main/bucket/promtail.json
2021-12-03 18:02:01 +00:00

32 lines
934 B
JSON

{
"version": "2.4.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.4.1/promtail-windows-amd64.exe.zip",
"hash": "49fb28d6b8f7fb363d78921198f13eed2a0dcd5ad326b7d9333f10ca5d0724e2",
"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"
}
}
}