Skip to content

Commit f2afce9

Browse files
authored
Merge pull request #196570 from Homebrew/bump-mcap-0.0.49
mcap 0.0.49
2 parents c4f93b3 + 7d75e8e commit f2afce9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mcap.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mcap < Formula
22
desc "Serialization-agnostic container file format for pub/sub messages"
33
homepage "https://mcap.dev"
4-
url "https://github.com/foxglove/mcap/archive/refs/tags/releases/mcap-cli/v0.0.48.tar.gz"
5-
sha256 "d899ce00bac6dbc3b5e16d4e965185a5313ed24f66b77fdf87e51d4b9b07d893"
4+
url "https://github.com/foxglove/mcap/archive/refs/tags/releases/mcap-cli/v0.0.49.tar.gz"
5+
sha256 "89c055c48cbe6010a95d950bbe657338da0455ce6da373f22469097028f927d0"
66
license "MIT"
77
head "https://github.com/foxglove/mcap.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Mcap < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdd57a03f914a878839933c0e31e2dc96f4a8e513524f5ea84cf1218ecf41dea"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82e97bb3e4343bf42832248de3138568fc8104867395c6d7923d23927c8b2407"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "93fc1d51ae83ad058181948c5b8e20db0c831dd251e275c0cadaf23a0e64d6f8"
18-
sha256 cellar: :any_skip_relocation, sonoma: "1da8ce8851ab3b7e561f957957ece0b7cbef0d85ebb6f66c7ec076b218a648b7"
19-
sha256 cellar: :any_skip_relocation, ventura: "d391829a4eb1958c81e4d7a076e187a029edd4c2a54f6a26c15cfa98b932d51d"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3fb0c6d069128ef224b1dde3355246e87a37ccdec0a1ec2b404ff5a5b263833b"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "df49c7a4a68007fbbba77b92a56119d14aa03052c660acb352655acea01f664c"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebe211d51faa2e5400b9b109ad55bdaf37020cb2767f594c0954d577fe1b91c5"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f18b8aca2ad7a4b9cdb9b9f06c7a95b9354ec20b8164b1a4a1d0e08f922064a8"
18+
sha256 cellar: :any_skip_relocation, sonoma: "4427ca51a926194f019eaebb466437c3745b915d70350c919cc3f2faaea29400"
19+
sha256 cellar: :any_skip_relocation, ventura: "d4aca89571330485bacecc39e5ec5245efd5160e04706c433f9ad944e570c41d"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2bc66cb95122e993a66da9c4606cddcc8a1f7d041bb2d286abd177a89378edaf"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)