mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
loki: rebuild for go-1.23.0
This commit is contained in:
parent
107f2b8724
commit
853f9d7149
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'loki'
|
# Template file for 'loki'
|
||||||
pkgname=loki
|
pkgname=loki
|
||||||
version=3.1.1
|
version=3.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/grafana/loki/v3"
|
go_import_path="github.com/grafana/loki/v3"
|
||||||
go_package="${go_import_path}/cmd/loki ${go_import_path}/cmd/logcli
|
go_package="${go_import_path}/cmd/loki ${go_import_path}/cmd/logcli
|
||||||
|
@ -14,3 +14,8 @@ license="Apache-2.0"
|
||||||
homepage="https://grafana.com/oss/loki/"
|
homepage="https://grafana.com/oss/loki/"
|
||||||
distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
|
distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
|
||||||
checksum=d53a46e3ee51a258f49f865cc5795fe05ade1593237709417de0e1395b5a21cf
|
checksum=d53a46e3ee51a258f49f865cc5795fe05ade1593237709417de0e1395b5a21cf
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
go get github.com/grafana/pyroscope-go/godeltaprof@v0.1.7
|
||||||
|
go mod vendor
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue