Skip to content

Commit

Permalink
Update libuv to 1.46.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Oct 27, 2023
1 parent af1fbac commit 8ddc493
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

### 3.12.17

* Update abseil to 20230125.1-5 ([PR #1201](https://github.com/versatica/mediasoup/pull/1201)).

* Update worker dependencies:
* abseil-cpp 20230125.1-5.0.
* libuv 1.46.0-1

### 3.12.16

Expand Down
18 changes: 9 additions & 9 deletions worker/subprojects/libuv.wrap
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[wrap-file]
directory = libuv-v1.44.2
source_url = https://dist.libuv.org/dist/v1.44.2/libuv-v1.44.2.tar.gz
source_filename = libuv-v1.44.2.tar.gz
source_hash = ccfcdc968c55673c6526d8270a9c8655a806ea92468afcbcabc2b16040f03cb4
patch_filename = libuv_1.44.2-2_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libuv_1.44.2-2/get_patch
patch_hash = 12a0850e1c925811f54bb022339d3105afaed8bc006b197351006c9c841f06ce
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libuv_1.44.2-2/libuv-v1.44.2.tar.gz
wrapdb_version = 1.44.2-2
directory = libuv-v1.46.0
source_url = https://dist.libuv.org/dist/v1.46.0/libuv-v1.46.0.tar.gz
source_filename = libuv-v1.46.0.tar.gz
source_hash = 111f83958b9fdc65f1489195d25f342b9f7a3e683140c60e62c00fbaccddddce
patch_filename = libuv_1.46.0-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libuv_1.46.0-1/get_patch
patch_hash = 41b1834129f13efcb4a94a137335eb85fe0662509010c157617954d2feb20ac8
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libuv_1.46.0-1/libuv-v1.46.0.tar.gz
wrapdb_version = 1.46.0-1

[provide]
libuv = libuv_dep

0 comments on commit 8ddc493

Please sign in to comment.