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 /ports/jwt-cpp | |
| 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
Diffstat (limited to 'ports/jwt-cpp')
| -rw-r--r-- | ports/jwt-cpp/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/jwt-cpp/vcpkg.json | 2 |
2 files changed, 2 insertions, 2 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": [ |
