Skip to content

Commit c7fac28

Browse files
authored
Merge pull request Homebrew#225744 from Homebrew/bump-egctl-1.4.1
egctl 1.4.1
2 parents 062f624 + 001587a commit c7fac28

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Formula/e/egctl.rb

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class 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

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ff6c5ee453791185f179d3ca054b1633e89adf09fd347a50517adef8a726080"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6d246b0c715dce6a100f9a7665d34c5363b0985cfa6e4ae122e6f997e581b39"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "264636055a3f2cfbe61f99bc5ac7862d823c0d609a9c1a2c923fe15dee15cd43"
13-
sha256 cellar: :any_skip_relocation, sonoma: "72962639567b7ed30b6d3e461d32d43e1b85c89d21062cee4a0339411aaca797"
14-
sha256 cellar: :any_skip_relocation, ventura: "a52c5950b21853961ba3c44f5e66a8e1465b40aba687149b0002a641dda68bb4"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "36e97acec1fbb23f7613d6978f4463ea8df68fd9c54cab7b114a32a4f0dc906d"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b68e77662b82f265ee6ed45c77bc2a55008661ad02d4334a09a7af6b51558c0"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2d4b853eafc777fc2a268d51e646a83753d83a9960d0bc76da87e81a344c07c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7164f4f67f2b2dac75b5efbcc4f3de394b86379be85200f3ea2db067902dc36a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "23aab29bbc30ac887830b22cbc1ee325a87cde562dbdd26df47927933d0f0142"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2fd3bddb49fd0d8106ea9a9c9ef7ac592d3daa6e681aad0907d1ab62516538ff"
14+
sha256 cellar: :any_skip_relocation, ventura: "0c44679a701a3bcda1cffa9ddd4e8225ddc45f6becf93d87b04fb9e561c9b79e"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "954a6e6af1e3847567ee2b85d9299b1ddccdc7cb5f13cb2349cedda628909648"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e5cf93c224ef8c8a8996150d880c19d06ba840441efcba209ca6e4a19f775418"
1717
end
1818

1919
depends_on "go" => :build
@@ -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

0 commit comments

Comments
 (0)