From d62b684a991890f36bece7b31c10b2500fc55210 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:30:09 +0000 Subject: [PATCH] fluent-bit 3.0.0 --- Formula/f/fluent-bit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/fluent-bit.rb b/Formula/f/fluent-bit.rb index 5c9d8e71f93e7..292d98251b08b 100644 --- a/Formula/f/fluent-bit.rb +++ b/Formula/f/fluent-bit.rb @@ -1,8 +1,8 @@ class FluentBit < Formula desc "Fast and Lightweight Logs and Metrics processor" homepage "https://github.com/fluent/fluent-bit" - url "https://github.com/fluent/fluent-bit/archive/refs/tags/v2.2.2.tar.gz" - sha256 "8e7e951b2907e9d29508699c71c8949a4a22d750d54ffa5ee5b96537e59371dd" + url "https://github.com/fluent/fluent-bit/archive/refs/tags/v3.0.0.tar.gz" + sha256 "e70ae5be2f0ca1cb842a1c8d2762437907c522765f79b5c0c391eaa1b57c9f4c" license "Apache-2.0" head "https://github.com/fluent/fluent-bit.git", branch: "master"