mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
934 B
JSON
32 lines
934 B
JSON
{
|
|
"version": "2.5.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.5.0/promtail-windows-amd64.exe.zip",
|
|
"hash": "6e98f327e6fc7ebd97c74592e6c075539cff4872e348ff05c819d9f31c349f36",
|
|
"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"
|
|
}
|
|
}
|
|
}
|