Skip to content

Commit

Permalink
[jwt-cpp] port update to add version 0.5.1 (microsoft#19618)
Browse files Browse the repository at this point in the history
* Update vcpkg.json

* Update portfile.cmake

* Update baseline.json

* Update jwt-cpp.json

* Update jwt-cpp.json
  • Loading branch information
prince-chrismc authored Aug 30, 2021
1 parent 1cb7c21 commit 722b30d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/jwt-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion ports/jwt-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,7 @@
"port-version": 2
},
"jwt-cpp": {
"baseline": "0.5.0",
"baseline": "0.5.1",
"port-version": 0
},
"jxrlib": {
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/jwt-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "068be311e2c481a636406216d26d0283768de825",
"version-semver": "0.5.1",
"port-version": 0
},
{
"git-tree": "1205d0b1c1db271b04b84e075b21f7b6359effb5",
"version-semver": "0.5.0",
Expand Down

0 comments on commit 722b30d

Please sign in to comment.