Skip to content

Commit

Permalink
Merge pull request #183215 from Homebrew/bump-fluent-bit-3.1.7
Browse files Browse the repository at this point in the history
fluent-bit 3.1.7
  • Loading branch information
BrewTestBot authored Sep 2, 2024
2 parents 0d1742d + b39844b commit 18fbca8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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/v3.1.6.tar.gz"
sha256 "717312873d647fd2848f1834edefb8c6767b6e0eb7ae5b9cc11117d81196d4b1"
url "https://github.com/fluent/fluent-bit/archive/refs/tags/v3.1.7.tar.gz"
sha256 "0b50a709d9fe3cc9fb462f4cd50240fa3cbe065c67c34f68d11e83421908855f"
license "Apache-2.0"
head "https://github.com/fluent/fluent-bit.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class FluentBit < Formula
end

bottle do
sha256 arm64_sonoma: "24d34e1b7c38ba9e2f11c2e8f94223b7bab2a61c8d193c8f9308bc225ceb5c61"
sha256 arm64_ventura: "db4029c9359bfbfe95493729cc82e2744952c33b61893bb8ede2beb2de0f87a0"
sha256 arm64_monterey: "1a87811319c1f6cb4593b35d3846771d379cce2c6d0a7433b65e8fcf5855f262"
sha256 sonoma: "b771b47772b7da5a3217a4c85c5a408ad3132ccb8a6a8eb207012be12145931a"
sha256 ventura: "6fc404999a3b1cc28353ed423b9feced93b8f7ef989095ee68586cf908eb9e9a"
sha256 monterey: "0c260fec41163c31e20de3e586dcc35b1c789334fc03abb3b388ac0d23b10379"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3f4fd9b2a1ad2c72b6c36fb3330b7747c4ef753a9b7cb3790a55988861e1393"
sha256 arm64_sonoma: "b2fee13a407cd59419bc3d073fb85f378fd26652a9163cd1d78286c6bfe9d365"
sha256 arm64_ventura: "fecb7eefd5d9341c4050e1633c502cf27813b21f018d4e9d16caf50b9ca27148"
sha256 arm64_monterey: "969a51b8e1d01ebe566f893c316ea8c5debdbfea543d843d470f50eafd34fb17"
sha256 sonoma: "b7debcaac1ae9b5d945b122bd0602d1b652a6ff34381f55608ef08a4be764d2f"
sha256 ventura: "96a86583e89432e4de4e9ef7f74530d07021734bf141d3d21b956f1695eae91e"
sha256 monterey: "5c72008f96aaa7fa45dde00e38d7ef70e7814c1cc4537b11e885583cdcc183b5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "82c2117ddc2908ed07b1c2dffb59be875fe8ff28a3c55999e83eff004d62f0f0"
end

depends_on "bison" => :build
Expand Down

0 comments on commit 18fbca8

Please sign in to comment.