[uWbSockets] Update to 18.1.0 (#11866)

* [uWbSockets] Update to 18.1.0

* fix hash
This commit is contained in:
JonLiu1993 2020-06-11 17:14:15 +08:00 committed by GitHub
parent 0c9bc384f8
commit a0c5fc8e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: uwebsockets
Version: 0.17.2
Version: 18.1.0
Build-Depends: zlib, usockets
Homepage: https://github.com/uWebSockets/uWebSockets
Description: Simple, secure & standards compliant web I/O for the most demanding of applications

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO uNetworking/uWebSockets
REF 7313e0168d1044b77ff262d398ae5669eb64b130 # v0.17.2
SHA512 02888ebe3e678c9ba0d072543cb04041cc72881074a0feb05eaef3d9eb570c4b4cc4319d3b5ccdd3eca8bc93946aa0669edcbc1508fb03153251f3a1b629cfac
REF 025415d1a0174cf581b481fd2b3f155241a1265b # v18.1.0
SHA512 e094f1c8b3d0361c5a36c9a911e8431f19567d42db0c520ef1888db1d5f12e0103c7a554d7f7117648ed9b7bc1ceb104cd2f7ce7867153e220d2c4bf9cba7907
HEAD_REF master
)