diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-03-11 04:00:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 14:00:33 -0600 |
| commit | c3c77073f8716121521a38a60be700824f5a9939 (patch) | |
| tree | 8b21ac3391a1ccbec519ac0d1e1915d5539f1b4f | |
| parent | aac436abe0f887869771fb06cb0041267d67cdac (diff) | |
| download | vcpkg-c3c77073f8716121521a38a60be700824f5a9939.tar.gz vcpkg-c3c77073f8716121521a38a60be700824f5a9939.zip | |
[uWebSockets] update to 19.0.0 (#16496)
* [uWebSockets] update to 19.0.0
* update versdion
* modify vcpkg.json
* update version
| -rw-r--r-- | ports/uwebsockets/CONTROL | 5 | ||||
| -rw-r--r-- | ports/uwebsockets/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/uwebsockets/vcpkg.json | 10 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/u-/uwebsockets.json | 5 |
5 files changed, 18 insertions, 8 deletions
diff --git a/ports/uwebsockets/CONTROL b/ports/uwebsockets/CONTROL deleted file mode 100644 index 26d3e5a66..000000000 --- a/ports/uwebsockets/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: uwebsockets -Version: 18.13.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 diff --git a/ports/uwebsockets/portfile.cmake b/ports/uwebsockets/portfile.cmake index 55ef05c89..a5238fb37 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 03fca626a95130ab80f86adada54b29d27242759 # v18.13.0 - SHA512 0005b55ed1a86b5c4473f22512f96425da714a8ef3985e02e2d2c26a812cd49bf70b28b0ca68f66103537fc25482e14875034ce73883b7c47ff8bb6c30ec7693 + REF 6f1c0d802221b5eaae49acef8c2cfa48433583fb # v19.0.0 + SHA512 ed648c7e1a422531a8e3fdcbc7c659fbe96e7c7e430b1924471ef13b49a12f7306fdf32df839f7572a2b8ca0e3a443fe1fa01bc368e2fc4d6f928b3803fe5d4c HEAD_REF master ) diff --git a/ports/uwebsockets/vcpkg.json b/ports/uwebsockets/vcpkg.json new file mode 100644 index 000000000..fb4c90951 --- /dev/null +++ b/ports/uwebsockets/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "uwebsockets", + "version": "19.0.0", + "description": "Simple, secure & standards compliant web I/O for the most demanding of applications", + "homepage": "https://github.com/uWebSockets/uWebSockets", + "dependencies": [ + "usockets", + "zlib" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index f451013dd..c57ce41b8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6089,7 +6089,7 @@ "port-version": 0 }, "uwebsockets": { - "baseline": "18.13.0", + "baseline": "19.0.0", "port-version": 0 }, "v-hacd": { diff --git a/versions/u-/uwebsockets.json b/versions/u-/uwebsockets.json index 1e8d802af..752495168 100644 --- a/versions/u-/uwebsockets.json +++ b/versions/u-/uwebsockets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6d67d8f414f4789cfa069992488834f5c79fd9e6", + "version": "19.0.0", + "port-version": 0 + }, + { "git-tree": "ac495f3a5f075ad4d93f1b627095e4dae7a4c517", "version-string": "18.13.0", "port-version": 0 |
