File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11class Egctl < Formula
22 desc "Command-line utility for operating Envoy Gateway"
33 homepage "https://gateway.envoyproxy.io/"
4- url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.4.0 .tar.gz"
5- sha256 "546dade7aaabb8a853eb2c9101929c3098abbf67d9525ecd69507d33769a5a4a "
4+ url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.4.1 .tar.gz"
5+ sha256 "325564511cbbd90ba3a674feaa88218c6f178323153a8921c5b4786441585cdb "
66 license "Apache-2.0"
77 head "https://github.com/envoyproxy/gateway.git" , branch : "main"
88
@@ -22,12 +22,6 @@ class Egctl < Formula
2222 depends_on "btrfs-progs"
2323 end
2424
25- # bump purego to build against go 1.24.3, upstream pr ref, https://github.com/envoyproxy/gateway/pull/6075
26- patch do
27- url "https://github.com/envoyproxy/gateway/commit/8aaee41dde53411a03d71c0808d4ed502455195d.patch?full_index=1"
28- sha256 "37fac3a17bc8876e07df799d6dd7a614411c9fceb63988654c1e3d18c6b28a45"
29- end
30-
3125 def install
3226 ldflags = %W[
3327 -s -w
You can’t perform that action at this time.
0 commit comments