[msgpack] update to 7.0.0 (#41968)

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
This commit is contained in:
miyanyan 2024-11-07 12:39:53 +08:00 committed by GitHub
parent e1b3d32856
commit f9631b2316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO msgpack/msgpack-c
REF cpp-6.1.1
SHA512 866950d6e3c6ebd886e76d167ed5f88544c3a2ce4845bf0b08752edd40f45318a808d5b2a70ff64671beb83c49f568cf35b86c13bb3ffc2a6c90724466e53e4d
REF cpp-${VERSION}
SHA512 3b64605974b64384619c07a4895f8ceb56243046b5c941345594d70baf3ad7749573b83c5b20e83505204fc1905ddb0a7dde1c5109ef8a34b5c848d1bb073946
HEAD_REF cpp_master
)

View File

@ -1,6 +1,6 @@
{
"name": "msgpack",
"version": "6.1.1",
"version": "7.0.0",
"description": "MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller.",
"homepage": "https://github.com/msgpack/msgpack-c",
"license": "BSL-1.0",

View File

@ -6113,7 +6113,7 @@
"port-version": 0
},
"msgpack": {
"baseline": "6.1.1",
"baseline": "7.0.0",
"port-version": 0
},
"msgpack-c": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cdac05cd3f088144383ba271b77f2cc6dcf12ee6",
"version": "7.0.0",
"port-version": 0
},
{
"git-tree": "e3a5d5d08813fda8a223cc1a04d7efcb0ff204ec",
"version": "6.1.1",