From efac75285cf7a63678b49d090c56d315f2f6ac46 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Wed, 25 Aug 2021 11:54:08 +0800 Subject: [PATCH 1/3] envoy 1.19.1 --- Formula/envoy.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/envoy.rb b/Formula/envoy.rb index 9aabfb0b0ec93..32a7306c54ed3 100644 --- a/Formula/envoy.rb +++ b/Formula/envoy.rb @@ -1,9 +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.git", - tag: "v1.19.0", - revision: "68fe53a889416fd8570506232052b06f5a531541" + url "https://github.com/envoyproxy/envoy/archive/v1.19.1.tar.gz" + sha256 "9a7933245b40dc1b72981b0581f9a0a37c3d450ea9e804823a43ecdee9827cd8" license "Apache-2.0" bottle do From 2e1186ec031da4ff1c4ea6278729bcdedd7544c4 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Wed, 25 Aug 2021 19:10:49 +1000 Subject: [PATCH 2/3] switch back --- Formula/envoy.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/envoy.rb b/Formula/envoy.rb index 32a7306c54ed3..4b8c2deaa68d9 100644 --- a/Formula/envoy.rb +++ b/Formula/envoy.rb @@ -1,8 +1,10 @@ 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/v1.19.1.tar.gz" - sha256 "9a7933245b40dc1b72981b0581f9a0a37c3d450ea9e804823a43ecdee9827cd8" + # TODO: We can't use the tar.gz archive URL, which means bump-homebrew-formula-action doesn't work. See #83921 + url "https://github.com/envoyproxy/envoy.git", + tag: "v1.19.1", + revision: "a2a1e3eed4214a38608ec223859fcfa8fb679b14" license "Apache-2.0" bottle do From 64747dc98a5746a25acbadd79544317164c17bd2 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Thu, 26 Aug 2021 08:04:00 +1000 Subject: [PATCH 3/3] Adds link to upstream issue --- Formula/envoy.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/envoy.rb b/Formula/envoy.rb index 4b8c2deaa68d9..1b1b414e194c6 100644 --- a/Formula/envoy.rb +++ b/Formula/envoy.rb @@ -1,10 +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 #83921 + # 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.1", - revision: "a2a1e3eed4214a38608ec223859fcfa8fb679b14" + tag: "v1.19.1", + revision: "a2a1e3eed4214a38608ec223859fcfa8fb679b14" license "Apache-2.0" bottle do