aboutsummaryrefslogtreecommitdiff
path: root/ports/ixwebsocket
diff options
context:
space:
mode:
authorNancyLi1013 <lirui09@beyondsoft.com>2020-04-06 19:21:59 -0700
committerNancyLi1013 <lirui09@beyondsoft.com>2020-04-06 19:22:19 -0700
commit9cbb1bd46e0948374fe496195cca828e68a71f3c (patch)
treee65160aa6a3783966bba32283d1dd2a2eb05a41f /ports/ixwebsocket
parent0f1294c61e51bba3c4257502852eecbe1a943a4b (diff)
parent6c4e822611324de4af9c8bb0ef8094e4a9b30a6e (diff)
downloadvcpkg-9cbb1bd46e0948374fe496195cca828e68a71f3c.tar.gz
vcpkg-9cbb1bd46e0948374fe496195cca828e68a71f3c.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/NancyLi/10611-fix-mosquitto
# Conflicts: # ports/libwebsockets/CONTROL
Diffstat (limited to 'ports/ixwebsocket')
-rw-r--r--ports/ixwebsocket/CONTROL2
-rw-r--r--ports/ixwebsocket/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ixwebsocket/CONTROL b/ports/ixwebsocket/CONTROL
index db9c2adc9..4acae5c3f 100644
--- a/ports/ixwebsocket/CONTROL
+++ b/ports/ixwebsocket/CONTROL
@@ -1,5 +1,5 @@
Source: ixwebsocket
-Version: 8.0.5
+Version: 9.1.9
Build-Depends: zlib
Homepage: https://github.com/machinezone/IXWebSocket
Description: Lightweight WebSocket Client and Server + HTTP Client and Server
diff --git a/ports/ixwebsocket/portfile.cmake b/ports/ixwebsocket/portfile.cmake
index de082aece..68e523a05 100644
--- a/ports/ixwebsocket/portfile.cmake
+++ b/ports/ixwebsocket/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO machinezone/IXWebSocket
- REF v8.0.5
- SHA512 9dcc20d9a0629b92c62a68a8bd7c8206f18dbd9e93289b0b687ec13c478ce9ad1f3563b38c399c8277b0d3812cc78ca725786ba1dedbc3445b9bdb9b689e8add
+ REF v9.1.9
+ SHA512 f1fd731b5f6a9ce6d6d10bee22a5d9d9baaa8ea0564d6c4cd7eb91dcb88a45c49b2c7fdb75f8640a3589c1b30cee33ef5df8dcbb55920d013394d1e33ddd3c8e
)
vcpkg_configure_cmake(