Skip to content

Commit

Permalink
[libuv] Update to 1.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 20, 2024
1 parent d567b66 commit d6cbdb2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libuv/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libuv/libuv
REF "v${VERSION}"
SHA512 aaaff8a609f8d8e40ce863f05b443d73ea85c5cda2756e8d05db9b31bf704573ed8788319fed195874fb5e20f4aa947e6af8a78f8284d6719b9fc791d03c7a6e
SHA512 e90680128bfaac215e5eebd9c8e5ce08e5fe68a7258f65bfcf56377756e9dbf527a232dfaf9d217c7374e713660ec99eeaae05d6fee2b8c5c9b71ad1b0b4dd72
HEAD_REF v1.x
PATCHES
fix-build-type.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/libuv/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libuv",
"version-semver": "1.49.1",
"version-semver": "1.49.2",
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5261,7 +5261,7 @@
"port-version": 14
},
"libuv": {
"baseline": "1.49.1",
"baseline": "1.49.2",
"port-version": 0
},
"libuvc": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libuv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e894cf3c8d353e40f1822b8fe302b720a705f6d8",
"version-semver": "1.49.2",
"port-version": 0
},
{
"git-tree": "81bdbea50fcae6cbb7589016444ef5d7eb0cd00b",
"version-semver": "1.49.1",
Expand Down

0 comments on commit d6cbdb2

Please sign in to comment.