aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-01-06 10:57:20 -0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2020-01-06 10:57:20 -0800
commit8d5b7e382811219d33ea588f564b2264a7f01730 (patch)
tree8feebf5672837714f4c0230a3b12298b3557a495
parent7a25265e5dee1c754d6e19ffbf5dcfa28a2cd750 (diff)
downloadvcpkg-8d5b7e382811219d33ea588f564b2264a7f01730.tar.gz
vcpkg-8d5b7e382811219d33ea588f564b2264a7f01730.zip
[uwebsockets] Update to 0.17.0 alpha 4 (#9535)
-rw-r--r--ports/uwebsockets/CONTROL4
-rw-r--r--ports/uwebsockets/portfile.cmake6
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL
index 0553e2f6b..a56b0eefd 100644
--- a/ports/uwebsockets/CONTROL
+++ b/ports/uwebsockets/CONTROL
@@ -1,5 +1,5 @@
Source: uwebsockets
-Version: 0.16.5
+Version: 0.17.0a4
Build-Depends: zlib, usockets
Homepage: https://github.com/uWebSockets/uWebSockets
-Description: Simple, secure & standards compliant web I/O for the most demanding of applications
+Description: Simple, secure & standards compliant web I/O for the most demanding of applications \ No newline at end of file
diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake
index 5260a2f85..e8e718c06 100644
--- a/ports/uwebsockets/portfile.cmake
+++ b/ports/uwebsockets/portfile.cmake
@@ -1,12 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets
- REF 02ad3979a61cc4df9c15f2c776a7bbe2ba6dd09e #v0.16.5
- SHA512 1527f0a45bdab8426d76e38b0f36baf7567a2e6a045187730855b632841c6c6a45a54fca05d9a1200301dfa0b7a5f43a885cf2c07896c05ee93f45b4cb5c726a
+ REF 736e50bdc86e000effcf5068013bd838ddd87291 #v0.17.0a4
+ SHA512 feade724c6f262d4f47cb0f1fd993419a8e56cd13a35c367f8de7040138fe0020d0edf366c40e62f17435ba546af4540d9cd87f0974c59dddda490ec06c042a9
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/src DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(RENAME ${CURRENT_PACKAGES_DIR}/include/src ${CURRENT_PACKAGES_DIR}/include/uwebsockets/)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file