From ea295dff0b3e9e9caeb49d1225dc7272d3231cf1 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:29:37 +0800 Subject: [PATCH] [libuv] update to 1.49.0 (#41495) --- ports/libuv/portfile.cmake | 2 +- ports/libuv/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libuv.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/libuv/portfile.cmake b/ports/libuv/portfile.cmake index abc590c01..05f6668cc 100644 --- a/ports/libuv/portfile.cmake +++ b/ports/libuv/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libuv/libuv REF "v${VERSION}" - SHA512 81a9580bc51c22385de4dab748968477b5e552aa25f901c376e3ffac624e0e05362b48239222e826cad900329f9a7cbdb080794fb4ada9ca14196efc2969cc57 + SHA512 202a4f8b950ddf38db0d9f645d27c257aa4d65f9c170b9a32f7ee935a60d0cbcb2987561769c04bb42628184c22515df5b992b3ae1146f45632d51782b959a62 HEAD_REF v1.x PATCHES fix-build-type.patch diff --git a/ports/libuv/vcpkg.json b/ports/libuv/vcpkg.json index 951d28e6a..d2aced419 100644 --- a/ports/libuv/vcpkg.json +++ b/ports/libuv/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libuv", - "version-semver": "1.48.0", - "port-version": 1, + "version-semver": "1.49.0", "description": "libuv is a multi-platform support library with a focus on asynchronous I/O.", "homepage": "https://github.com/libuv/libuv", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 4ae81b954..89a6679e8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5253,8 +5253,8 @@ "port-version": 14 }, "libuv": { - "baseline": "1.48.0", - "port-version": 1 + "baseline": "1.49.0", + "port-version": 0 }, "libuvc": { "baseline": "0.0.7", diff --git a/versions/l-/libuv.json b/versions/l-/libuv.json index e05e351e2..469072688 100644 --- a/versions/l-/libuv.json +++ b/versions/l-/libuv.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d8421eb2714bd3fecadc7daf7d517212e4ae1aff", + "version-semver": "1.49.0", + "port-version": 0 + }, { "git-tree": "9acba527010351e148700213675f5ed81fd2300e", "version-semver": "1.48.0",