diff --git a/Formula/envoy.rb b/Formula/envoy.rb index 9aabfb0b0ec9..1b1b414e194c 100644 --- a/Formula/envoy.rb +++ b/Formula/envoy.rb @@ -1,9 +1,11 @@ class Envoy < Formula desc "Cloud-native high-performance edge/middle/service proxy" homepage "https://www.envoyproxy.io/index.html" + # TODO: We can't use the tar.gz archive URL, which means bump-homebrew-formula-action doesn't work. + # See https://github.com/envoyproxy/envoy/issues/17859 url "https://github.com/envoyproxy/envoy.git", - tag: "v1.19.0", - revision: "68fe53a889416fd8570506232052b06f5a531541" + tag: "v1.19.1", + revision: "a2a1e3eed4214a38608ec223859fcfa8fb679b14" license "Apache-2.0" bottle do