Skip to content

Commit

Permalink
Merge pull request #174474 from Homebrew/bump-benthos-4.30.0
Browse files Browse the repository at this point in the history
benthos 4.30.0
  • Loading branch information
BrewTestBot authored Jun 13, 2024
2 parents b4e6ffc + 8aad02d commit 7299b11
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/b/benthos.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Benthos < Formula
desc "Stream processor for mundane tasks written in Go"
homepage "https://github.com/redpanda-data/benthos"
url "https://github.com/redpanda-data/benthos/archive/refs/tags/v4.29.0.tar.gz"
sha256 "b8f11472ca806f552a77a152911b0de84ac8c44af07320043acc76b71600e4d8"
url "https://github.com/redpanda-data/benthos/archive/refs/tags/v4.30.0.tar.gz"
sha256 "315ea0de39a39e32a23875b5cfe3e5690462d0ea510ff69a3d7a7d2663de4e01"
license "MIT"
head "https://github.com/redpanda-data/benthos.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3172d97b8632548fc1c786328fff2c8d41e7efbd66f9a74e27536927b81b9432"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca5b98a6643e81463694d0d3de2cd3a840435e15018cf2979218af6125dd1016"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b7a745bd75e42114b17d095e95bed618e3af7a4fcf69d92a1bae7fdedc00faad"
sha256 cellar: :any_skip_relocation, sonoma: "cedaec0f5b299649f1aac76af7ab4f3339f4d6e0b9ce8d5ac215dae8aa609f99"
sha256 cellar: :any_skip_relocation, ventura: "82f7c39ecaf5e9c86c870785bbca3d26325ff52149375d429e0536363040b497"
sha256 cellar: :any_skip_relocation, monterey: "6d68255b71fa274c82a0948cd541feaf1b34aeccff4522fa1ab8435dd4bda464"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1689abf462a8f0be1fc3a0293d4d96ea81cb8ba94d582b3540396b0cce5b4390"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "909fb2e650f1db7f9d7a6c079927417b131ecb7a651d20b4e54947cc8a26ef15"
sha256 cellar: :any_skip_relocation, arm64_ventura: "14a9c84b0cc212c0a64d2c11dfdf98fe0e6dc7cbbc8a583b83e69d381de56f53"
sha256 cellar: :any_skip_relocation, arm64_monterey: "990a5bb9d5b9eaf08f1755e91ed0bad934c7ce20891392a2301c722816550c00"
sha256 cellar: :any_skip_relocation, sonoma: "325b5aa345c3bb7d201386e1a4387a1d9c273257bc5dcc07d85f28df6518cf79"
sha256 cellar: :any_skip_relocation, ventura: "7417a2febb2f1232212fa4c6b4c633ca44e58f6c6f046c006e0efeb10de07c7f"
sha256 cellar: :any_skip_relocation, monterey: "64a9ee1d8e36136264d3ca24a8319624323830eb1990ea6bb84a2b7d531bb641"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7791136f2f32ae8e29c9b6a95093a0bc869b10be4d9849453fb96553383c2ad0"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7299b11

Please sign in to comment.