Skip to content

Commit

Permalink
cpp-jwt: Update to 2022-08-27 (microsoft#27610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias authored Nov 3, 2022
1 parent 6d0f257 commit a85a3ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ports/cpp-jwt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO arun11299/cpp-jwt
REF 0d662241daf54d8b9911bf8f54784bd2da5a3d19
SHA512 06a508872f0920ed078b5f9250fe1d5011ad41773c4b8631d7c7947d9f9be4d5e24ca4a7d98c79eb8cd14118effa8893a862089bdc90af6d75031bbb9fc2ee5f
REF 4b66cf74e5ece16e7f7e8c3d8c0c63d01b4cc9aa
SHA512 b66c6f482feb03621926ee6739d081b7f03dcc963a57ba59fce62fb61a3f5082d4eb75db682b567d299ea6e80f37078c033b31c966cbad6f4c234850b0b81cd0
HEAD_REF master
)

Expand All @@ -16,8 +16,8 @@ vcpkg_cmake_configure(

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
vcpkg_cmake_config_fixup(CONFIG_PATH "share/cmake/${PORT}")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
2 changes: 1 addition & 1 deletion ports/cpp-jwt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpp-jwt",
"version-date": "2021-10-18",
"version-date": "2022-08-27",
"description": "JSON Web Token library for C++",
"homepage": "https://github.com/arun11299/cpp-jwt",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@
"port-version": 0
},
"cpp-jwt": {
"baseline": "2021-10-18",
"baseline": "2022-08-27",
"port-version": 0
},
"cpp-netlib": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpp-jwt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "acabe0dc0732f93b8145528dfc0dfd7382758d1b",
"version-date": "2022-08-27",
"port-version": 0
},
{
"git-tree": "f72451ac7e5d62f249b02f79f6e3c9ef8720fc6b",
"version-date": "2021-10-18",
Expand Down

0 comments on commit a85a3ea

Please sign in to comment.