loki: update to 3.1.1.
This commit is contained in:
parent
a8248e598d
commit
4e15ac49fa
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'loki'
|
||||
pkgname=loki
|
||||
version=2.9.2
|
||||
version=3.1.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/grafana/loki"
|
||||
go_package="${go_import_path}/cmd/loki
|
||||
${go_import_path}/cmd/logcli
|
||||
${go_import_path}/cmd/loki-canary"
|
||||
hostmakedepends="go1.20"
|
||||
go_import_path="github.com/grafana/loki/v3"
|
||||
go_package="${go_import_path}/cmd/loki ${go_import_path}/cmd/logcli
|
||||
${go_import_path}/cmd/loki-canary ${go_import_path}/clients/cmd/promtail"
|
||||
make_check_args="-skip TestCompactor_TableLocking/first_table_locked_-_applying_retention/2"
|
||||
hostmakedepends="go"
|
||||
short_desc="Like Prometheus, but for logs"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://grafana.com/oss/loki/"
|
||||
distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
|
||||
checksum=9c1a153ab4d57d5c109dbf55d4ea5aeab2159ccf51d3b8cc8fea19970f0a88d8
|
||||
checksum=d53a46e3ee51a258f49f865cc5795fe05ade1593237709417de0e1395b5a21cf
|
||||
|
|
Loading…
Reference in New Issue