From c1d2ec0758bf3eb739dd5b308a65eb8015b788e2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 5 Apr 2024 22:04:48 -0400 Subject: [PATCH 1/2] mcap 0.0.43 autobump: add mcap Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/m/mcap.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 5304c85ebf1a2..bfcae46c8676e 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1210,6 +1210,7 @@ mawk maxwell mbedtls mbedtls@2 +mcap md4c mdbook mdless diff --git a/Formula/m/mcap.rb b/Formula/m/mcap.rb index d4b8e1ad1e2df..9641340290ef2 100644 --- a/Formula/m/mcap.rb +++ b/Formula/m/mcap.rb @@ -1,8 +1,8 @@ class Mcap < Formula desc "Serialization-agnostic container file format for pub/sub messages" homepage "https://mcap.dev" - url "https://github.com/foxglove/mcap/archive/refs/tags/releases/mcap-cli/v0.0.42.tar.gz" - sha256 "0d450a9a8202cfb36c092a5485a09e12588a2fe913a53d4d120ded3c11268fa2" + url "https://github.com/foxglove/mcap/archive/refs/tags/releases/mcap-cli/v0.0.43.tar.gz" + sha256 "dd2f07f1c03af2501afef7a8e85183e98e316041ba33f451898eb04d4f832f53" license "MIT" head "https://github.com/foxglove/mcap.git", branch: "main" From 704ee8d4b44c54ea8152541c1fc86992cbe5fc65 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 6 Apr 2024 07:52:01 +0000 Subject: [PATCH 2/2] mcap: update 0.0.43 bottle. --- Formula/m/mcap.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/m/mcap.rb b/Formula/m/mcap.rb index 9641340290ef2..0c32188259e40 100644 --- a/Formula/m/mcap.rb +++ b/Formula/m/mcap.rb @@ -12,13 +12,13 @@ class Mcap < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19d9ff4546c189467eae15afb8b40214a32db4174dc66ba48fc30d117d9ec054" - sha256 cellar: :any_skip_relocation, arm64_ventura: "febc21b5c754cb5fae1a45ff04662b9985d2ca50aac6a61537572613c074e532" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9969fcab2148eb5593b3e7def9e071457e998fdc09c322d823d15db42cb35dcd" - sha256 cellar: :any_skip_relocation, sonoma: "20560f6ed8a428ab9c755374a8cfb20e78f73c8e0edeb3a7ea8067f59243a25a" - sha256 cellar: :any_skip_relocation, ventura: "6a4c1da58a8a4749b2278387d54f1c808527887ceea54a3fb1b32c6ea25f2c31" - sha256 cellar: :any_skip_relocation, monterey: "5564f548c98006074c621324c7b648d4fc5f50c70ee36bbb7d893f3cb2a1be64" - sha256 cellar: :any_skip_relocation, x86_64_linux: "55840e8cf4bffcd73e857a2c522029011be5de888430c300a12a055304c2310f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "658f02a6448d4a198b02ac575d27988287d8a7c0a477a3ea0afd4bd3b1f94c7b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "fc235d08b3dc61654f6ca87db0bff1b74e7c04d5d2eee7e26abaa22b147b06d1" + sha256 cellar: :any_skip_relocation, arm64_monterey: "07694128ed7e9d469f83d70c56086f23d95e93d9cee9e944956e033e3fda2645" + sha256 cellar: :any_skip_relocation, sonoma: "55bb622c5f5469a843fbc4092ee855594a71cfbb1e91325a7bc5bff3e652b627" + sha256 cellar: :any_skip_relocation, ventura: "609da88424de31291239ac5c40a455c7bfc2d3981718daf51dbcaf014d1b067a" + sha256 cellar: :any_skip_relocation, monterey: "199a6bee05563090df3701dacc3d9a3c95cbceab18ea4971700095d58397da45" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8192f4ffc7bf6fad6f5800fe67420263f9c2a74f59a2528cecc2cb8a8c118dc" end depends_on "go" => :build