[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:
JulZimmermann 2022-12-14 04:35:06 +01:00 committed by GitHub
parent 4eb71afc7a
commit 57d7c7d87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -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"
}

View File

@ -5050,7 +5050,7 @@
},
"msgpack": {
"baseline": "3.3.0",
"port-version": 2
"port-version": 3
},
"msgpack11": {
"baseline": "0.0.10",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fa4345fa5aa3c4a178c7bf354ed0d108cd862ccf",
"version": "3.3.0",
"port-version": 3
},
{
"git-tree": "33927863a8eae2ea7c816389e7ef3dbdcc00382a",
"version-string": "3.3.0",