From 2473f3d2ba179f65c00cfac9e170f421eafc3a0a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 12 Aug 2023 18:14:42 -0700 Subject: [PATCH] msgpackc-cxx: update to 6.1.0 Signed-off-by: Rosen Penev --- ci_config.json | 3 +++ releases.json | 1 + subprojects/msgpackc-cxx.wrap | 8 ++++---- subprojects/packagefiles/msgpackc-cxx/meson.build | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ci_config.json b/ci_config.json index c019c1b63..74b55839c 100644 --- a/ci_config.json +++ b/ci_config.json @@ -382,6 +382,9 @@ "libboost-system-dev", "libboost-test-dev" ], + "msys_packages": [ + "boost" + ], "build_options": [ "msgpackc-cxx:tests=true" ] diff --git a/releases.json b/releases.json index 9560b7b18..138fd8638 100644 --- a/releases.json +++ b/releases.json @@ -1819,6 +1819,7 @@ "msgpackc-cxx" ], "versions": [ + "6.1.0-1", "5.0.0-1" ] }, diff --git a/subprojects/msgpackc-cxx.wrap b/subprojects/msgpackc-cxx.wrap index 0da0d9868..f9a1617a9 100644 --- a/subprojects/msgpackc-cxx.wrap +++ b/subprojects/msgpackc-cxx.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = msgpack-cxx-5.0.0 -source_url = https://github.com/msgpack/msgpack-c/releases/download/cpp-5.0.0/msgpack-cxx-5.0.0.tar.gz -source_filename = msgpack-cxx-5.0.0.tar.gz -source_hash = 80f997575acff12b1b64158ef9dbad4cff32595f985532e16c6ea67e317452d5 +directory = msgpack-cxx-6.1.0 +source_url = https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.0/msgpack-cxx-6.1.0.tar.gz +source_filename = msgpack-cxx-6.1.0.tar.gz +source_hash = 23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7 patch_directory = msgpackc-cxx [provide] diff --git a/subprojects/packagefiles/msgpackc-cxx/meson.build b/subprojects/packagefiles/msgpackc-cxx/meson.build index 6457eb944..7b44f68ea 100644 --- a/subprojects/packagefiles/msgpackc-cxx/meson.build +++ b/subprojects/packagefiles/msgpackc-cxx/meson.build @@ -1,6 +1,6 @@ project( 'msgpackc-cxx', 'cpp', - version: '5.0.0', + version: '6.1.0', meson_version: '>=0.42.0' )