From 06ae1105ea28423876e266a5539449e2d8c6c907 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:00:08 +0000 Subject: [PATCH] envoy 1.32.3 --- Formula/e/envoy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/envoy.rb b/Formula/e/envoy.rb index a9a3b6fe13564..faa210b9d910c 100644 --- a/Formula/e/envoy.rb +++ b/Formula/e/envoy.rb @@ -1,8 +1,8 @@ class Envoy < Formula desc "Cloud-native high-performance edge/middle/service proxy" homepage "https://www.envoyproxy.io/index.html" - url "https://github.com/envoyproxy/envoy/archive/refs/tags/v1.31.0.tar.gz" - sha256 "39ba37aed81a9d4988a5736cf558243179f2bf1490843da25687d1aafd9d01c6" + url "https://github.com/envoyproxy/envoy/archive/refs/tags/v1.32.3.tar.gz" + sha256 "ef5c5213fc721613808d59ea69387c6effb82238f4acc973f663204518df3434" license "Apache-2.0" head "https://github.com/envoyproxy/envoy.git", branch: "main"