ScoopInstaller_Main/bucket/promtail.json
2023-02-01 20:27:52 +00:00

32 lines
934 B
JSON

{
"version": "2.7.3",
"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.7.3/promtail-windows-amd64.exe.zip",
"hash": "c8123b9bf0f04a4a5187419a438fa436c2767eb6c8247ce28abcabada461b28f",
"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"
}
}
}