diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-02-10 16:08:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 16:08:57 -0800 |
| commit | 08c951fef9de63cde1c6b94245a63db826be2e32 (patch) | |
| tree | dddfec9e572b726ba79fdbcb0d0d7dfbb2a2de0e /ports/uwebsockets | |
| parent | 411b4cc8a05eb9ac9944ee009dafece8c3b7445f (diff) | |
| download | vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.tar.gz vcpkg-08c951fef9de63cde1c6b94245a63db826be2e32.zip | |
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08
* Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl
* Update ci baseline file
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/uwebsockets')
| -rw-r--r-- | ports/uwebsockets/CONTROL | 2 | ||||
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL index a56b0eefd..76df622b3 100644 --- a/ports/uwebsockets/CONTROL +++ b/ports/uwebsockets/CONTROL @@ -1,5 +1,5 @@ Source: uwebsockets -Version: 0.17.0a4 +Version: 0.17.1 Build-Depends: zlib, usockets Homepage: https://github.com/uWebSockets/uWebSockets 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 e8e718c06..19daf8930 100644 --- a/ports/uwebsockets/portfile.cmake +++ b/ports/uwebsockets/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO uNetworking/uWebSockets - REF 736e50bdc86e000effcf5068013bd838ddd87291 #v0.17.0a4 - SHA512 feade724c6f262d4f47cb0f1fd993419a8e56cd13a35c367f8de7040138fe0020d0edf366c40e62f17435ba546af4540d9cd87f0974c59dddda490ec06c042a9 + REF 588d234d45064fc70c0b6871383cbed2b6ff9d20 # v0.17.1 + SHA512 9fb5317e0b0877da737d331c5532eaac6c90e8e7fb38aff9f526ea36be98bbc59bb9dde856bcbd412c48c1703f095d981fe2aada6200df4c618ad2da4b68e9c0 HEAD_REF master ) |
