Skip to content

Commit 125c6f2

Browse files
authored
Merge pull request #244691 from Homebrew/bump-fluent-bit-4.0.10
fluent-bit 4.0.10
2 parents 8a60548 + 3494342 commit 125c6f2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/f/fluent-bit.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class FluentBit < Formula
22
desc "Fast and Lightweight Logs and Metrics processor"
33
homepage "https://github.com/fluent/fluent-bit"
4-
url "https://github.com/fluent/fluent-bit/archive/refs/tags/v4.0.9.tar.gz"
5-
sha256 "0031f74b616b4669064a59902559da2f87174aa8007e749b5df19ed79c534f5b"
4+
url "https://github.com/fluent/fluent-bit/archive/refs/tags/v4.0.10.tar.gz"
5+
sha256 "7d8b28b37ad54f60dc361ea1c98b52725f3b4a6b55ded6275d23499be9003f83"
66
license "Apache-2.0"
77
head "https://github.com/fluent/fluent-bit.git", branch: "master"
88

@@ -12,14 +12,12 @@ class FluentBit < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "352c3121163607a62a65ca8122479f334299235dc42ee74395281bba5a433cee"
16-
sha256 cellar: :any, arm64_sequoia: "2663aaaded5abcab3ca0cfaf1dcd0dbfe5aa39e6d240ca0c0483265e46d9a42e"
17-
sha256 cellar: :any, arm64_sonoma: "a6b33222bf0dcc0de0ce0ff06b1ef36f64faea0b1890e77e50160af8037526c1"
18-
sha256 cellar: :any, arm64_ventura: "4653624adf3161eb299e8c37544b81c69a563120610c5fee824464328e523c53"
19-
sha256 cellar: :any, sonoma: "59466e50b21c82d221465ef306113a43fec3f8d8ea72c53bbc70394bec931401"
20-
sha256 cellar: :any, ventura: "24b474498559b1a87f52d94ac466ab3c64e8760291f356a0b893f888ede9256c"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "44ddaa70db03e4637e9fbf36fd11b196685b446cc6930783a5ebbde4fedbfe05"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a37b0be04fb996199fad2f3af2d5b890e7873d0226b396cd889a22482b0e1bd6"
15+
sha256 cellar: :any, arm64_tahoe: "2dfa2b6ec6efbd10c4286ab8fcff329e607408bf60c81bfe708e313c410e537a"
16+
sha256 cellar: :any, arm64_sequoia: "c609e3c9bd49d9b640e78fa4750bc9e7c0967d6f4d947a08d98f4499fe5e63e4"
17+
sha256 cellar: :any, arm64_sonoma: "cd920ce438a5b9f5364fe34072df4a914361ba24ef70715563c8b9b590bd9270"
18+
sha256 cellar: :any, sonoma: "56a7ee82ca3d9d691a0136ef622b732f88262c617410d609dc2c4d43004edd9e"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "4d96dc08f0fe892b3e7c1df8ef642241065a5dcc340eab628985dac813456029"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f2a3ae9171b7ca37849ca5b4c030fdfcb77ac66bb4cd90cb680743d40c37299"
2321
end
2422

2523
depends_on "bison" => :build

0 commit comments

Comments
 (0)