mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
32 lines
984 B
JSON
32 lines
984 B
JSON
{
|
|
"version": "3.6.4",
|
|
"description": "Command-line tool for querying and exploring logs in Grafana Loki.",
|
|
"homepage": "https://grafana.com/docs/loki/latest/query/logcli/",
|
|
"license": "AGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/grafana/loki/releases/download/v3.6.4/logcli-windows-amd64.exe.zip",
|
|
"hash": "92f0e3592d85e890df70d139a3f8ac1fc58128b7e36a829c51f52244b78fc64d"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"logcli-windows-amd64.exe",
|
|
"logcli"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/grafana/loki"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/grafana/loki/releases/download/v$version/logcli-windows-amd64.exe.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/grafana/loki/releases/download/v$version/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|