ScoopInstaller_Main/bucket/promtail.json
2022-07-08 16:31:11 +00:00

32 lines
934 B
JSON

{
"version": "2.6.0",
"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.6.0/promtail-windows-amd64.exe.zip",
"hash": "77202766c69ddd42d1b863bf7acead27249a03d40662c2bf92a653401bd282d5",
"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"
}
}
}