diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/uwebsockets/vcpkg.json | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 220a20207..5b479c18e 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 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) +
diff --git a/ports/uwebsockets/vcpkg.json b/ports/uwebsockets/vcpkg.json index e886f53a1..ef83022c5 100644 --- a/ports/uwebsockets/vcpkg.json +++ b/ports/uwebsockets/vcpkg.json @@ -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": [ |
