From 33e04cd8b71b1018d184a25319c7a17e2aa0bccd Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Sun, 3 Nov 2024 21:35:32 +0100 Subject: [PATCH] msgpack-cxx: update to 7.0.0 --- releases.json | 1 + subprojects/msgpackc-cxx.wrap | 8 ++++---- subprojects/packagefiles/msgpackc-cxx/meson.build | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/releases.json b/releases.json index fbca4d1d6..462b1c93f 100644 --- a/releases.json +++ b/releases.json @@ -2444,6 +2444,7 @@ "msgpack-cxx" ], "versions": [ + "7.0.0-1", "6.1.1-2", "6.1.1-1", "6.1.0-2", diff --git a/subprojects/msgpackc-cxx.wrap b/subprojects/msgpackc-cxx.wrap index a3eeee8f6..b3c1ee35a 100644 --- a/subprojects/msgpackc-cxx.wrap +++ b/subprojects/msgpackc-cxx.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = msgpack-cxx-6.1.1 -source_url = https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.1/msgpack-cxx-6.1.1.tar.gz -source_filename = msgpack-cxx-6.1.1.tar.gz -source_hash = 5fd555742e37bbd58d166199e669f01f743c7b3c6177191dd7b31fb0c37fa191 +directory = msgpack-cxx-7.0.0 +source_url = https://github.com/msgpack/msgpack-c/releases/download/cpp-7.0.0/msgpack-cxx-7.0.0.tar.gz +source_filename = msgpack-cxx-7.0.0.tar.gz +source_hash = 7504b7af7e7b9002ce529d4f941e1b7fb1fb435768780ce7da4abaac79bb156f patch_directory = msgpackc-cxx [provide] diff --git a/subprojects/packagefiles/msgpackc-cxx/meson.build b/subprojects/packagefiles/msgpackc-cxx/meson.build index 2d6e4ee94..d19c49b1f 100644 --- a/subprojects/packagefiles/msgpackc-cxx/meson.build +++ b/subprojects/packagefiles/msgpackc-cxx/meson.build @@ -1,6 +1,6 @@ project( 'msgpack-cxx', 'cpp', - version: '6.1.1', + version: '7.0.0', meson_version: '>=0.48.0', )