diff options
| -rw-r--r-- | ports/jansson/CONTROL | 2 | ||||
| -rw-r--r-- | ports/jansson/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/jansson/CONTROL b/ports/jansson/CONTROL index 15a18d7e2..d5fa4f546 100644 --- a/ports/jansson/CONTROL +++ b/ports/jansson/CONTROL @@ -1,3 +1,3 @@ Source: jansson -Version: 2.10-1 +Version: 2.11 Description: Jansson is a C library for encoding, decoding and manipulating JSON data diff --git a/ports/jansson/portfile.cmake b/ports/jansson/portfile.cmake index 5b255e7ac..034b4eb01 100644 --- a/ports/jansson/portfile.cmake +++ b/ports/jansson/portfile.cmake @@ -3,15 +3,15 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO akheron/jansson - REF v2.10 - SHA512 0859c8a29c1cb7e406d3eb369285500e98ee23677e3a6af6cd81511c57a6aa8dbabe4a8c7b673a3000203b68f74d84786817aec76cb1e85af217268159bda4b6 + REF v2.11 + SHA512 5dd94951e1aedd3f3a9ab6a43170d2395ec70c5a00e6da58538816b2dcd98835fc4ca43ab1e9b78864c01e48075505573f4f8d1da5c9d2c094622518d19525e8 HEAD_REF master ) if(VCPKG_CRT_LINKAGE STREQUAL static) - set(JANSSON_STATIC_CRT ON) + set(JANSSON_STATIC_CRT ON) else() - set(JANSSON_STATIC_CRT OFF) + set(JANSSON_STATIC_CRT OFF) endif() |
