ScoopInstaller_Main/bucket/promtail.json
2022-01-12 20:30:07 +00:00

32 lines
934 B
JSON

{
"version": "2.4.2",
"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.2/promtail-windows-amd64.exe.zip",
"hash": "f59184ecbb6d433149f90b0d6f881a6eb72a7cd9390c7c9c38016e877a1bd2c3",
"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"
}
}
}