ScoopInstaller_Main/bucket/promtail.json
2024-01-24 16:27:07 +00:00

32 lines
934 B
JSON

{
"version": "2.9.4",
"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.9.4/promtail-windows-amd64.exe.zip",
"hash": "975a07b5fed61b16560b3da975b1d3a4213ec889f629a96845cc93184a55fe67",
"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"
}
}
}