[jwt-cpp] port update to add version 0.5.1 (#19618)

* Update vcpkg.json

* Update portfile.cmake

* Update baseline.json

* Update jwt-cpp.json

* Update jwt-cpp.json
This commit is contained in:
Chris Mc 2021-08-30 13:32:35 -04:00 committed by GitHub
parent 1cb7c21fe3
commit 722b30de80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Thalhammer/jwt-cpp
REF b45bc9994d8087c5ba7aa1f1588302f04ae84c83 # v0.5.0
REF 60122bbd8e6b9009c4633c1a33ea94c5b682034a # v0.5.1
SHA512 d2c6e2174cd86c27b8866f6ea50a379a321788e91f97a0548e694d11469c05d93b0713e0c38b37a8f14a0aded4fc4635599dcfb50142e4496fb3c8b9f7e5f8cd
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "jwt-cpp",
"version-semver": "0.5.0",
"version-semver": "0.5.1",
"description": "A header only library for creating and validating json web tokens in c++",
"homepage": "https://github.com/Thalhammer/jwt-cpp",
"dependencies": [

View File

@ -2849,7 +2849,7 @@
"port-version": 2
},
"jwt-cpp": {
"baseline": "0.5.0",
"baseline": "0.5.1",
"port-version": 0
},
"jxrlib": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "068be311e2c481a636406216d26d0283768de825",
"version-semver": "0.5.1",
"port-version": 0
},
{
"git-tree": "1205d0b1c1db271b04b84e075b21f7b6359effb5",
"version-semver": "0.5.0",