Skip to content

Commit 369cd23

Browse files
authored
Merge pull request #228149 from botantony/bump-bento-1.8.2
bento 1.8.2
2 parents 336697d + 9eedf3a commit 369cd23

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/b/bento.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Bento < Formula
22
desc "Fancy stream processing made operationally mundane"
33
homepage "https://warpstreamlabs.github.io/bento/"
4-
url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.8.1.tar.gz"
5-
sha256 "819ab411d01e911620d85cdd7aaaa5614e10d5bc0455e8e6478d72800b4183cb"
4+
url "https://github.com/warpstreamlabs/bento/archive/refs/tags/v1.8.2.tar.gz"
5+
sha256 "55447f8726afa5ee7574ee641a0f42d6eb0c9d6e92a340d0641a085bb79ad15f"
66
license "MIT"
77

8-
no_autobump! because: :requires_manual_review
9-
108
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "39333cf8839d3744dd150c931b0bbb3edf699c85c84ead51ce116bc355f07d3d"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb0868adc0786845615bb2e67b3c93d79bbacf96412d025cb4653d74fdd83937"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c640462164e09153ee415740f7d98c16410c213bac0b74a827f0bdbda8b510f1"
14-
sha256 cellar: :any_skip_relocation, sonoma: "95c93920828f5d723f783a9389c480f9d0613644dc803e9aa868629a0149c2ea"
15-
sha256 cellar: :any_skip_relocation, ventura: "187f832aefeefe5b845df3849fd67221c487caf837518fa056b0ea1f83eed14e"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a86c2b4f2eb47c81ca7b410ab6a1dcf8637891c531a7757d03dff66a6fef5564"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6cb36363502faa446f49dc5f0d18109b83fb473b4afd699504909c97bbf8ffc"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ade885c4083905f2b2ad78019e41fbef2cf5de9656a8e0f97208df761ee019ca"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ac4c517a04bbcfe01102a10f5867d1b558b33b9968aaf5982b3ba996f4d33340"
12+
sha256 cellar: :any_skip_relocation, sonoma: "f34259911f3b1040c5ec0afe1641bf991228760d64d5f4c448644284db2c8037"
13+
sha256 cellar: :any_skip_relocation, ventura: "70398a7c952bcff3fef77977d91a62e9485346916300263de9faa192eb3b9742"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a74bf11f16cb5fbb0e5676acced41b72890ecb6f2a2bee38e2cd9e005867f7cf"
1715
end
1816

1917
depends_on "go" => :build

0 commit comments

Comments
 (0)