diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2021-05-21 15:39:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 00:39:28 -0700 |
| commit | 50a4a35eb10066c09826a4210b8c641115ae4fc4 (patch) | |
| tree | 4ee3cfec510d875237736d8b2fa12cd131584037 /ports/ixwebsocket | |
| parent | 6cec5c0dbf26ce11922ce18ab309d6109586d578 (diff) | |
| download | vcpkg-50a4a35eb10066c09826a4210b8c641115ae4fc4.tar.gz vcpkg-50a4a35eb10066c09826a4210b8c641115ae4fc4.zip | |
[ixwebsocket] Update to 11.2.6 (#17999)
* [ixwebsocket] Update to 11.2.6
* Update json file
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
Diffstat (limited to 'ports/ixwebsocket')
| -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": [ |
