Skip to content

Commit

Permalink
Merge pull request #182863 from Homebrew/bump-benthos-4.36.0
Browse files Browse the repository at this point in the history
benthos 4.36.0
  • Loading branch information
BrewTestBot authored Aug 29, 2024
2 parents c1fc190 + e66d4fc commit fb1afb9
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.35.0.tar.gz"
sha256 "5b3f538b08f7717dda983567f73ba7c4feb85400417a3683b75634aa2a1ba36e"
url "https://github.com/redpanda-data/benthos/archive/refs/tags/v4.36.0.tar.gz"
sha256 "dd89ba9c65ae04dfa6d7d643f6e6dfecceb687230b04ed96b54c685cfe71d5cb"
license "MIT"
head "https://github.com/redpanda-data/benthos.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f14a3ef9be0d48b5c90a6ee8ed44b363c6255206040a7021146553dd635e9ba5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5e5a15d2d96eed311c9c2ad28de1128c65f035875c161427db11a172871ad7b1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "24a690cf833aac6320a491cb2657e7ae8d6c20bdf4c11bcf089e9a64ec53af4a"
sha256 cellar: :any_skip_relocation, sonoma: "9d67416eb95cee26256aabcaf96cdd3bc2a544e18505d0fcd217291f9e219c5e"
sha256 cellar: :any_skip_relocation, ventura: "ae864e6a2249fad0a32ac5f4bb4466de0d081269f10e1538fd97c7d7490eb289"
sha256 cellar: :any_skip_relocation, monterey: "243f55f6f34651ff769b1b36a87663e008a6d979fee0aaecffec39d20065f10e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d46b33545c2abe2d5892cbf6aa311cb5e3ce9395fe77a60fa9a4ecec8e855a3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a8cd97814d893303bace229e5ea3e410d1aeea5b1df3915fec9e5b932d3d456"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4a8cd97814d893303bace229e5ea3e410d1aeea5b1df3915fec9e5b932d3d456"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4a8cd97814d893303bace229e5ea3e410d1aeea5b1df3915fec9e5b932d3d456"
sha256 cellar: :any_skip_relocation, sonoma: "46253fc9f80d1b496a1abe1ba38ed56e26406dd90ac0886a014d7fd3c3b72979"
sha256 cellar: :any_skip_relocation, ventura: "46253fc9f80d1b496a1abe1ba38ed56e26406dd90ac0886a014d7fd3c3b72979"
sha256 cellar: :any_skip_relocation, monterey: "46253fc9f80d1b496a1abe1ba38ed56e26406dd90ac0886a014d7fd3c3b72979"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ead1f12c6885fe77262cb26145b7eb1cf0b9e9d42a38b36c3cf1c49fd6a98768"
end

depends_on "go" => :build
Expand Down

0 comments on commit fb1afb9

Please sign in to comment.