Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/e/egctl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Egctl < Formula
desc "Command-line utility for operating Envoy Gateway"
homepage "https://gateway.envoyproxy.io/"
url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.4.2.tar.gz"
sha256 "5c8d2df2246a62f5314bebac3b95f07e3e0d77887201dfe44b5da0c553d9fbe3"
url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.5.0.tar.gz"
sha256 "67898a015065fcbd053bda13df2e69c0d0db0b10c549164745f1f326b1cfb9d8"
license "Apache-2.0"
head "https://github.com/envoyproxy/gateway.git", branch: "main"

Expand Down
Loading