Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libuv 1.50.0 #1879

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2111,6 +2111,7 @@
"libuv"
],
"versions": [
"1.50.0-1",
"1.49.1-1",
"1.48.0-1",
"1.47.0-1",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/libuv.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = libuv-v1.49.1
source_url = https://dist.libuv.org/dist/v1.49.1/libuv-v1.49.1.tar.gz
source_filename = libuv-v1.49.1.tar.gz
source_hash = 8d84f714f4cfd167b1576a58b82430cc2166ef135463d0644964fd71c61a6766
directory = libuv-v1.50.0
source_url = https://dist.libuv.org/dist/v1.50.0/libuv-v1.50.0.tar.gz
source_filename = libuv-v1.50.0.tar.gz
source_hash = 6dc2b39aa7fa66c04e2e015bf47738b84e1c6b86b8987d57dd432d149d77ee25
patch_directory = libuv

[provide]
Expand Down
3 changes: 2 additions & 1 deletion subprojects/packagefiles/libuv/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libuv',
'c',
version: '1.49.1',
version: '1.50.0',
license: 'libuv',
default_options: [
meson.version().version_compare('>=1.3.0') ? 'c_std=gnu99,c99' : 'c_std=gnu99',
Expand Down Expand Up @@ -634,6 +634,7 @@ if libuv_build_tests
'test/test-thread-equal.c',
'test/test-thread.c',
'test/test-thread-priority.c',
'test/test-thread-name.c',
'test/test-threadpool-cancel.c',
'test/test-threadpool.c',
'test/test-timer-again.c',
Expand Down
Loading