File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11class Logcli < Formula
22 desc "Run LogQL queries against a Loki server"
33 homepage "https://grafana.com/loki"
4- url "https://github.com/grafana/loki/archive/refs/tags/v3.5.0 .tar.gz"
5- sha256 "584d7f45cc85f884e8eb7e8ed8c35eacd2157c6edd0f2a2d0161ba39d22b86ae "
4+ url "https://github.com/grafana/loki/archive/refs/tags/v3.5.1 .tar.gz"
5+ sha256 "d360561de7ac97d05a6fc1dc0ca73d93c11a86234783dfd9ae92033300caabd7 "
66 license "AGPL-3.0-only"
77 head "https://github.com/grafana/loki.git" , branch : "main"
88
@@ -22,6 +22,13 @@ class Logcli < Formula
2222 depends_on "go" => :build
2323 depends_on "loki" => :test
2424
25+ # Fix to link: duplicated definition of symbol dlopen
26+ # PR ref: https://github.com/grafana/loki/pull/17807
27+ patch do
28+ url "https://raw.githubusercontent.com/Homebrew/formula-patches/f49c120b0918dd76de81af961a1041a29d080ff0/loki/loki-3.5.1-purego.patch"
29+ sha256 "fbbbaea8e2069ef0a8fc721f592c48bb50f1224d7eff94afe87dfb184692a9b4"
30+ end
31+
2532 def install
2633 ldflags = %W[
2734 -s -w
You can’t perform that action at this time.
0 commit comments