1
1
class FluentBit < Formula
2
2
desc "Fast and Lightweight Logs and Metrics processor"
3
3
homepage "https://github.com/fluent/fluent-bit"
4
- url "https://github.com/fluent/fluent-bit/archive/refs/tags/v3.2.3 .tar.gz"
5
- sha256 "6a533d7f0f488d5fb707fead07f3ad147b300fb87cbd7b8ec461cc1de3607d80 "
4
+ url "https://github.com/fluent/fluent-bit/archive/refs/tags/v3.2.4 .tar.gz"
5
+ sha256 "1e758df0dec0be3e33f903da1fbcc0f87bd266098147d511ca8d162cbb657576 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/fluent/fluent-bit.git" , branch : "master"
8
8
@@ -12,12 +12,12 @@ class FluentBit < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any , arm64_sequoia : "6710568647019bb3b35f4c33f7bfdcdffcb01dd9fc6d5a667c285f82ec4cd2be "
16
- sha256 cellar : :any , arm64_sonoma : "47fc652a8f4440f89b3aa868bf632db3c42f7ed99c0ff692c97f64d257399003 "
17
- sha256 cellar : :any , arm64_ventura : "53e89ea25d7fabb787e987200e190e8d34373a2346af4a47cf79024de8da57b2 "
18
- sha256 cellar : :any , sonoma : "def00de628b604df0adc3c12996c99201844dc62b8096809ab8ccdb51db4d7f3 "
19
- sha256 cellar : :any , ventura : "9667512c8495ccc6c62989fdecddecf2afba489792339d6251976277abb84b8d "
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "85edafa25ce4e6c8abd10befa81da319afb581a366fc4899b6125189eee1a0f8 "
15
+ sha256 cellar : :any , arm64_sequoia : "deecc75d498a5afe709df64ed86f5336654fe2134d7a68083ea399fbd63694d8 "
16
+ sha256 cellar : :any , arm64_sonoma : "750b80e6df2cf103457f869ec5d8fd894264059f3d4571fc317f6faf2adf02b9 "
17
+ sha256 cellar : :any , arm64_ventura : "d88906be7d71335c7e9e84be7ab01cdb2a988988268fb465e73e4e35255dff61 "
18
+ sha256 cellar : :any , sonoma : "72f6b1fdebacd31f126e594fdaf728c669bb1db9ad7b7049fbb54ed2717552f6 "
19
+ sha256 cellar : :any , ventura : "c8ee75e398fea4f5f800e17db6f3e88a5bae5493ecbb05f9a60c85550ebfe98f "
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ebf420c22854ed17c308fb7b70d14b5a320dd4a5c245c9569c8a53091ee50436 "
21
21
end
22
22
23
23
depends_on "bison" => :build
0 commit comments