Skip to content

Commit

Permalink
Merge pull request #168179 from Homebrew/bump-mcap-0.0.43
Browse files Browse the repository at this point in the history
mcap 0.0.43
  • Loading branch information
BrewTestBot authored Apr 6, 2024
2 parents da05949 + 704ee8d commit 626f046
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ mawk
maxwell
mbedtls
mbedtls@2
mcap
md4c
mdbook
mdless
Expand Down
18 changes: 9 additions & 9 deletions Formula/m/mcap.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 626f046

Please sign in to comment.