Skip to content
Closed
Changes from all commits
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
6 changes: 4 additions & 2 deletions Formula/envoy.rb
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +4 to +5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use https://github.com/marketplace/actions/homebrew-bump-formula instead, but this doesn't need to be documented in the formula.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack for next time, thanks!

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
Expand Down