mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[cpp-jwt] set license (#28253)
* set license for cpp-jwt * run x-add-version Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
This commit is contained in:
parent
5402d24c77
commit
c2089d9933
@ -1,8 +1,10 @@
|
||||
{
|
||||
"name": "cpp-jwt",
|
||||
"version-date": "2022-08-27",
|
||||
"port-version": 1,
|
||||
"description": "JSON Web Token library for C++",
|
||||
"homepage": "https://github.com/arun11299/cpp-jwt",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
|
@ -1618,7 +1618,7 @@
|
||||
},
|
||||
"cpp-jwt": {
|
||||
"baseline": "2022-08-27",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"cpp-netlib": {
|
||||
"baseline": "0.13.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bcfe5246f268edb7df635d7225634bfd384f9891",
|
||||
"version-date": "2022-08-27",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "acabe0dc0732f93b8145528dfc0dfd7382758d1b",
|
||||
"version-date": "2022-08-27",
|
||||
|
Loading…
Reference in New Issue
Block a user