[msgpack-c] update to 6.1.0 (#41515)

This commit is contained in:
Jia Yue Hua 2024-10-15 15:25:25 +08:00 committed by GitHub
parent 3bedbaeea2
commit 6a643e81a1
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 c-6.0.0
SHA512 ba7d1b649dd1318f99d45ba5fd44346e53924ba7a121104a080c3865e8c01db3842efa1dc9e01478b962274675ba4632d9daaeb163821d46531b30d6abcda161
REF "c-${VERSION}"
SHA512 b211af122e894bc0c32fa02ebcc0130ac797d99b7c60688df26247bc020d51b7322b4858fd12a749d28812c5efb66b5dc687cdfe20f4bc68a21eb484d531230a
HEAD_REF c_master
)

View File

@ -1,6 +1,6 @@
{
"name": "msgpack-c",
"version": "6.0.0",
"version": "6.1.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

@ -6081,7 +6081,7 @@
"port-version": 0
},
"msgpack-c": {
"baseline": "6.0.0",
"baseline": "6.1.0",
"port-version": 0
},
"msgpack11": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5c8acb24165351f4d83c4d56af97277d0be4f77a",
"version": "6.1.0",
"port-version": 0
},
{
"git-tree": "eb07de381e11c13f6d4aa2e2b151efb2d405b85e",
"version": "6.0.0",