Skip to content

Commit

Permalink
Merge pull request #167180 from Homebrew/bump-flatbuffers-24.3.25
Browse files Browse the repository at this point in the history
flatbuffers 24.3.25
  • Loading branch information
BrewTestBot authored Mar 26, 2024
2 parents d13b202 + cf33c1a commit 1ff354d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/flatbuffers.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Flatbuffers < Formula
desc "Serialization library for C++, supporting Java, C#, and Go"
homepage "https://google.github.io/flatbuffers"
url "https://github.com/google/flatbuffers/archive/refs/tags/v24.3.7.tar.gz"
sha256 "bfff9d2150fcff88f844e8c608b02b2a0e94c92aea39b04c0624783464304784"
url "https://github.com/google/flatbuffers/archive/refs/tags/v24.3.25.tar.gz"
sha256 "4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed"
license "Apache-2.0"
head "https://github.com/google/flatbuffers.git", branch: "master"

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

bottle do
sha256 cellar: :any, arm64_sonoma: "3ef3d132da0bb476b9d17ec8044666b736250517cd24320b5a522d9d3c827263"
sha256 cellar: :any, arm64_ventura: "b2462c2bd4cc29c8bb9e81edf256717b894e69e46a624bd69271829395ddee58"
sha256 cellar: :any, arm64_monterey: "ce5615da659d7ba610994d6722102b813cea3c1703a8cb16f6d1f00a0013700c"
sha256 cellar: :any, sonoma: "865b954c792114a718115a7dbfafc271db4009a63f5f15d78a4039c67aef9132"
sha256 cellar: :any, ventura: "1b0167c5bb940cc7cb2ab6f328fb89d8a8e6d4e134965c36b23913d548032069"
sha256 cellar: :any, monterey: "8f93c4da23d05ee862248eaabd29d500bd4e3e52406f3b2138dc022b6cbde173"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f8d7febb27db2cc5c0e4745e6125419c4dfce521e73bcf866c3cfbd0486b30d4"
sha256 cellar: :any, arm64_sonoma: "90e5222fe1fa49beff198a81085dcdf91767a9219fcf110db25d266d826284be"
sha256 cellar: :any, arm64_ventura: "c90b3e2eed62af7b9a4b7a2988e1d932af1bafeb13a56d49a5cb784d7dffb26a"
sha256 cellar: :any, arm64_monterey: "8a5bf9c0f50d3f05e7e7758c9f75fb31fd794f9278c0ffd78cc34b6ab83a48e6"
sha256 cellar: :any, sonoma: "9ab97400e8b6418b64cc5b3a78059106160f26961d3c8f68e61522e5e7d89d41"
sha256 cellar: :any, ventura: "557e248c8c2d42f33827a2456fb0bb87ddadbee71aeaade663df51e8af76565b"
sha256 cellar: :any, monterey: "950ec2ace2073968a4b6cd1b1fb6b9277204ed4a0d1d3f30755fab6fa64b8bd8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9bb0221b1fb16b3ad4a88aad4078452c8a51e318ee8927c3c1d82fb44c68b053"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 1ff354d

Please sign in to comment.