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

Update default libuv from 1.40.0 to 1.42.0 #1628

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 6 additions & 6 deletions subprojects/libuv.wrap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[wrap-file]
directory = libuv-v1.40.0
directory = libuv-v1.42.0

source_url = https://github.com/rizinorg/fallback-repo/raw/main/libuv-v1.40.0.tar.gz
source_filename = libuv-v1.40.0.tar.gz
source_hash = 61a90db95bac00adec1cc5ddc767ebbcaabc70242bd1134a7a6b1fb1d498a194
source_fallback_url = https://dist.libuv.org/dist/v1.40.0/libuv-v1.40.0.tar.gz
source_url = https://github.com/rizinorg/fallback-repo/raw/main/libuv-v1.42.0.tar.gz
source_filename = libuv-v1.42.0.tar.gz
source_hash = 43129625155a8aed796ebe90b8d4c990a73985ec717de2b2d5d3a23cfe4deb72
source_fallback_url = https://dist.libuv.org/dist/v1.42.0/libuv-v1.42.0.tar.gz

patch_directory = libuv-v1.40.0
patch_directory = libuv-v1.42.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libuv', 'c', version : '1.40.0', license : 'libuv', default_options: ['werror=false'])
project('libuv', 'c', version : '1.42.0', license : 'libuv', default_options: ['werror=false'])

cc = meson.get_compiler('c')

Expand Down