mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[uwebsockets] Upgrade to v0.17.2 (#10262)
This commit is contained in:
parent
3c13078655
commit
778682f945
@ -1,5 +1,5 @@
|
||||
Source: uwebsockets
|
||||
Version: 0.17.1
|
||||
Version: 0.17.2
|
||||
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
|
||||
|
@ -1,12 +1,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO uNetworking/uWebSockets
|
||||
REF 588d234d45064fc70c0b6871383cbed2b6ff9d20 # v0.17.1
|
||||
SHA512 9fb5317e0b0877da737d331c5532eaac6c90e8e7fb38aff9f526ea36be98bbc59bb9dde856bcbd412c48c1703f095d981fe2aada6200df4c618ad2da4b68e9c0
|
||||
REF 7313e0168d1044b77ff262d398ae5669eb64b130 # v0.17.2
|
||||
SHA512 02888ebe3e678c9ba0d072543cb04041cc72881074a0feb05eaef3d9eb570c4b4cc4319d3b5ccdd3eca8bc93946aa0669edcbc1508fb03153251f3a1b629cfac
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user