diff options
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": [ |
