diff options
| author | Rick Krause <rickkr@microsoft.com> | 2021-05-18 00:48:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:48:41 -0700 |
| commit | f0140870b98c9b73b9ca1d497b771c77d0cc65eb (patch) | |
| tree | 0f57045e166cf60e66806722b3720541bba7680b | |
| parent | af8c5621013e06bcce3f439c14242f6deaf85622 (diff) | |
| download | vcpkg-f0140870b98c9b73b9ca1d497b771c77d0cc65eb.tar.gz vcpkg-f0140870b98c9b73b9ca1d497b771c77d0cc65eb.zip | |
[libuv] Upgrade to v1.41.0 (#17944)
* upgrade libuv to v1.41.0
* fix failed version check
| -rw-r--r-- | ports/libuv/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libuv/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libuv.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/libuv/CONTROL b/ports/libuv/CONTROL index e6a76a0b5..27938a4ad 100644 --- a/ports/libuv/CONTROL +++ b/ports/libuv/CONTROL @@ -1,4 +1,4 @@ Source: libuv -Version: 1.39.0 +Version: 1.41.0 Homepage: https://github.com/libuv/libuv Description: libuv is a multi-platform support library with a focus on asynchronous I/O. diff --git a/ports/libuv/portfile.cmake b/ports/libuv/portfile.cmake index e13db036b..67e7eb009 100644 --- a/ports/libuv/portfile.cmake +++ b/ports/libuv/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libuv/libuv - REF 25f4b8b8a3c0f934158cd37a37b0525d75ca488e # v1.39.0 - SHA512 749f89aaaee26237ace84f0ff6ff2e703ba8c2ff7ec81f1c90844876dd865fe925ef0028fdb2fef92c7aa8eca5f66aefe43effad7d7def4240d3f57b848acbe1 + REF 1dff88e5161cba5c59276d2070d2e304e4dcb242 # v1.41.0 + SHA512 c98b1c0b79ab87fcb49b9b7e69274d2f88318f58ec6403a75126ebda048a1f5c8bb28ed382996a0fd79f38a2f4b726e1bf6bc76a59339b5e80f2d32d9e42dc53 HEAD_REF v1.x ) diff --git a/versions/baseline.json b/versions/baseline.json index c20e4897d..11473feb1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3613,7 +3613,7 @@ "port-version": 0 }, "libuv": { - "baseline": "1.39.0", + "baseline": "1.41.0", "port-version": 0 }, "libuvc": { diff --git a/versions/l-/libuv.json b/versions/l-/libuv.json index 2d1735e67..673b06bea 100644 --- a/versions/l-/libuv.json +++ b/versions/l-/libuv.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "25ef9957bffba1e73f3dd857f8dc27148ec6f84f", + "version-string": "1.41.0", + "port-version": 0 + }, + { "git-tree": "18afc7f0e81eb4d9c8a9d8d1f4c15a96cb4f2db1", "version-string": "1.39.0", "port-version": 0 |
