diff --git a/ports/ixwebsocket/CONTROL b/ports/ixwebsocket/CONTROL index 98b64cd28d..1da0010bca 100644 --- a/ports/ixwebsocket/CONTROL +++ b/ports/ixwebsocket/CONTROL @@ -1,7 +1,7 @@ Source: ixwebsocket -Version: 4.0.3 +Version: 5.0.4 Build-Depends: zlib -Description: Lightweight WebSocket Client and Server + HTTP Client +Description: Lightweight WebSocket Client and Server + HTTP Client and Server Default-Features: ssl Feature: ssl diff --git a/ports/ixwebsocket/portfile.cmake b/ports/ixwebsocket/portfile.cmake index b4beeed9b6..af3ee420d8 100644 --- a/ports/ixwebsocket/portfile.cmake +++ b/ports/ixwebsocket/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO machinezone/IXWebSocket - REF v4.0.3 - SHA512 41cda81ef28ae2a51d77bf09158f4c07350f22b17ed4b6645a87c7defd2a901b7656de260bc785c42990ddbea0ab23ad6e099694d2712537de0ca328aee8e229 + REF v5.0.4 + SHA512 8e8f0050251ba71fa3bba01adbf6fd1a797518115ac8207481b89aebcadc310b98451cc141f3c8f69a0b8397f35b6e0fe51c65fbdc3d7d5e2a4271472f422b13 ) vcpkg_configure_cmake(