mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 00:37:58 +08:00
[msgpack] set license (#28256)
* set license in msgpack * run x-add-version Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
This commit is contained in:
parent
4eb71afc7a
commit
57d7c7d87b
@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "msgpack",
|
||||
"version-string": "3.3.0",
|
||||
"port-version": 2,
|
||||
"version": "3.3.0",
|
||||
"port-version": 3,
|
||||
"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"
|
||||
"homepage": "https://github.com/msgpack/msgpack-c",
|
||||
"license": "BSL-1.0"
|
||||
}
|
||||
|
@ -5050,7 +5050,7 @@
|
||||
},
|
||||
"msgpack": {
|
||||
"baseline": "3.3.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"msgpack11": {
|
||||
"baseline": "0.0.10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fa4345fa5aa3c4a178c7bf354ed0d108cd862ccf",
|
||||
"version": "3.3.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "33927863a8eae2ea7c816389e7ef3dbdcc00382a",
|
||||
"version-string": "3.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user