diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/ixwebsocket/portfile.cmake | 10 | ||||
| -rw-r--r-- | ports/ixwebsocket/vcpkg.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/ixwebsocket/portfile.cmake b/ports/ixwebsocket/portfile.cmake index 13547329e..aa666b17e 100644 --- a/ports/ixwebsocket/portfile.cmake +++ b/ports/ixwebsocket/portfile.cmake @@ -3,15 +3,15 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO machinezone/IXWebSocket - REF v11.2.3 - SHA512 6346ceb91b2d0c884848977fc0bb56702e0542dde70a46952d54c899d3838714d06cbd286371ebbcb63e303a8b6e518c68049aea56121ecf7a0cc726e8b29a5d + REF 2149ac7ed60d7713a86446c4b93c6004f66415ac #v11.2.6 + SHA512 737667f6e89156168db771fd2a6d3686cd51ddc753fa083ae399a84c689770a09fd86643bb2d838e9ae5a729067236f1d9b4ceece912145cfb83b29541a3d2c1 ) vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS FEATURES - openssl USE_OPEN_SSL - mbedtls USE_MBED_TLS - sectransp USE_SECURE_TRANSPORT + openssl USE_OPEN_SSL + mbedtls USE_MBED_TLS + sectransp USE_SECURE_TRANSPORT ) if("sectransp" IN_LIST FEATURES AND NOT VCPKG_TARGET_IS_OSX) diff --git a/ports/ixwebsocket/vcpkg.json b/ports/ixwebsocket/vcpkg.json index 39f4d4747..8a27789ac 100644 --- a/ports/ixwebsocket/vcpkg.json +++ b/ports/ixwebsocket/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ixwebsocket", - "version-semver": "11.2.3", + "version-semver": "11.2.6", "description": "Lightweight WebSocket Client and Server + HTTP Client and Server", "homepage": "https://github.com/machinezone/IXWebSocket", "dependencies": [ |
