diff options
| author | Chris Mc <prince.chrismc@gmail.com> | 2021-08-30 13:32:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 10:32:35 -0700 |
| commit | 722b30de8029b857524d640c41164a64a50b46f1 (patch) | |
| tree | da4ecab127c4ddaad1f59951e1408920cb83856f | |
| parent | 1cb7c21fe31803a63cf1b06325b295b4ad703c13 (diff) | |
| download | vcpkg-722b30de8029b857524d640c41164a64a50b46f1.tar.gz vcpkg-722b30de8029b857524d640c41164a64a50b46f1.zip | |
[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
| -rw-r--r-- | ports/jwt-cpp/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/jwt-cpp/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/j-/jwt-cpp.json | 5 |
4 files changed, 8 insertions, 3 deletions
diff --git a/ports/jwt-cpp/portfile.cmake b/ports/jwt-cpp/portfile.cmake index f9390ee3d..548e0da08 100644 --- a/ports/jwt-cpp/portfile.cmake +++ b/ports/jwt-cpp/portfile.cmake @@ -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 ) diff --git a/ports/jwt-cpp/vcpkg.json b/ports/jwt-cpp/vcpkg.json index 47533b72f..7178ba5d7 100644 --- a/ports/jwt-cpp/vcpkg.json +++ b/ports/jwt-cpp/vcpkg.json @@ -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": [ diff --git a/versions/baseline.json b/versions/baseline.json index 974f3972c..f1318f8b8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2849,7 +2849,7 @@ "port-version": 2 }, "jwt-cpp": { - "baseline": "0.5.0", + "baseline": "0.5.1", "port-version": 0 }, "jxrlib": { diff --git a/versions/j-/jwt-cpp.json b/versions/j-/jwt-cpp.json index 43cbb1bc6..6f7dc3557 100644 --- a/versions/j-/jwt-cpp.json +++ b/versions/j-/jwt-cpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "068be311e2c481a636406216d26d0283768de825", + "version-semver": "0.5.1", + "port-version": 0 + }, + { "git-tree": "1205d0b1c1db271b04b84e075b21f7b6359effb5", "version-semver": "0.5.0", "port-version": 0 |
