Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/mcap/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO foxglove/mcap
REF "releases/cpp/v${VERSION}"
SHA512 846c21bbe4156f6b658825f5d6d9e39ad2d4206869701fe9469fed60ef9904c3ef6bf8f73bcb86ae46120189fcddda7f111674f04bca91a58bb7c6d574f4dc64
SHA512 3db70a9837d5508333305f33d169920c18705fae7127e13dc418763f7ba0038dfd5a6f1b8c061058791c1a9aec367ff636ca2e0f546541316778dd8a9d4104cc
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/mcap/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcap",
"version": "2.1.1",
"version": "2.1.2",
"description": "MCAP is a modular, performant, and serialization-agnostic container file format, useful for pub/sub and robotics applications.",
"homepage": "https://mcap.dev/",
"documentation": "https://mcap.dev/",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6265,7 +6265,7 @@
"port-version": 0
},
"mcap": {
"baseline": "2.1.1",
"baseline": "2.1.2",
"port-version": 0
},
"mchehab-zbar": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mcap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e41ee75917fb07cb1c6852bf2457e8c97b31f5af",
"version": "2.1.2",
"port-version": 0
},
{
"git-tree": "a3d542a6bee80c8b72c3bfdee2ffa1b88395c8db",
"version": "2.1.1",
Expand Down
Loading