Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/f/fluent-bit.rb
Original file line number Diff line number Diff line change
@@ -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/v4.2.3.tar.gz"
sha256 "b2dae50fb7a00bbab5eb6d47f3bfc4d56c698d72d485d748cb326bfeaa7249fa"
url "https://github.com/fluent/fluent-bit/archive/refs/tags/v5.0.1.tar.gz"
sha256 "2f3ce1b889630c4eccce07b978597958095d4299a14e318fc631dd13aaf67f1f"
license "Apache-2.0"
head "https://github.com/fluent/fluent-bit.git", branch: "master"

Expand Down Expand Up @@ -49,7 +49,7 @@
system "cmake", "--install", "build"
end

test do

Check failure on line 52 in Formula/f/fluent-bit.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew test --verbose fluent-bit` failed on Linux arm64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:67:in '<main>'

Check failure on line 52 in Formula/f/fluent-bit.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew test --verbose fluent-bit` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:67:in '<main>'

Check failure on line 52 in Formula/f/fluent-bit.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose fluent-bit` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:67:in '<main>'
output = shell_output("#{bin}/fluent-bit -V").chomp
assert_match "Fluent Bit v#{version}", output
end
Expand Down
Loading