mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
[uwebsockets] Update to 19.9.0 (#20331)
* Update uwebsockets to 19.9.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
50c0b41fe4
commit
1ecff29caf
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO uNetworking/uWebSockets
|
||||
REF d40c2d1a3119e5855ddc187f6647d79fd2229e08 # v19.5.0
|
||||
SHA512 c99df55c1e557ba2ea035a4774988d76b0d5d239b42b5cccd267d7d0344aa84d5134efb960f46520f246d8bd7b2034f3626942e07a080e8493e9664dd2de5f49
|
||||
REF v19.9.0
|
||||
SHA512 A79C454AC37B279220C8B158434FD794512EECDE882C0FE3DC7047275B2FDF31E50B319A4D01B983C2C4EBCF3E1FD383D2D9AB977185326E6AE5B47685C0A048
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -10,3 +10,4 @@ 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)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uwebsockets",
|
||||
"version": "19.5.0",
|
||||
"version": "19.9.0",
|
||||
"description": "Simple, secure & standards compliant web I/O for the most demanding of applications",
|
||||
"homepage": "https://github.com/uWebSockets/uWebSockets",
|
||||
"dependencies": [
|
||||
|
@ -6801,7 +6801,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"uwebsockets": {
|
||||
"baseline": "19.5.0",
|
||||
"baseline": "19.9.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"v-hacd": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3a4914dce094328bc8cf2040025268c96f10fc30",
|
||||
"version": "19.9.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2f80ce22f9718454ab35607c0a65138b65c06fe7",
|
||||
"version": "19.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user