|
1 | 1 | class Egctl < Formula |
2 | 2 | desc "Command-line utility for operating Envoy Gateway" |
3 | 3 | homepage "https://gateway.envoyproxy.io/" |
4 | | - url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.5.1.tar.gz" |
5 | | - sha256 "79d5f3c5da1a5b0d467ebb792b7d11882ddfaf5ebef38c03b98f16b3b5125403" |
| 4 | + url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.5.2.tar.gz" |
| 5 | + sha256 "465f63040557bfa0f6dacf2ac26e94100814fcdccf9989a7783db456f258a2cd" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/envoyproxy/gateway.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "cfb29b197a94f7f5ccb28d6e4657956378b4cc7d43b6e897e9748b18945c81ca" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bea05addd2cddf5af5359d64f477370a3b1a1e8f953e65ece4f70b863ed8c359" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cc0599544269737552edf795f231577ea9c8e1d09db7ce5344b0dbdf79c248a" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "6810f8330c7e9135b9d08ac2eca85b15b8d327f5f2bb606ccc6b504ac3c5e44f" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "b9833aaffef40852120561e2f48d90505a7aa1b781793bc5131e4dccf8cf87eb" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2516083e2a7e41701538a9aa3fc896de55b6ea8d89fdbfe3ac0a7c6a42115376" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "bbe9db0fc7047e8578fad3501ea27c5053d79ac0219f0789f1fc2210ffaadf94" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7fd9f69949bab3e765595a1db6a563534e2600da44b14f4399a7f5a8ac06074d" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f24d313667885c2e7b9206edf922657d205a74a4a7466941f4ab1575d35c151" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "33474ba1e1ad3fcc22bfddd3385393a505d7714fdda09a0be28cecc6686aba84" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "6b296ccea6bfee2d2819217d2268c0ebffeb1b2934f8997ce96c12f6a06f279d" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e7c93b07c033f0c8e170e20629f3926dad1ad0228b8a05cb4df4497e169bca6c" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments