Skip to content

Commit

Permalink
Update libuv to version 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Sep 26, 2024
1 parent 668996c commit 325706d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/libuv.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"libuv",
version="1.48.0",
version="1.49.0",
archive_filename="libuv-v{version}.tar.gz",
archive_url="https://github.com/libuv/libuv/archive/v{version}.tar.gz",
hash="8c253adb0f800926a6cbd1c6576abae0bc8eb86a4f891049b72f9e5b7dc58f33",
hash="a10656a0865e2cff7a1b523fa47d0f5a9c65be963157301f814d1cc5dbd4dc1d",
dependencies=[
"cmake",
"ninja",
Expand Down

0 comments on commit 325706d

Please sign in to comment.