Skip to content

Commit 6c10e82

Browse files
committed
update flatbuffers version
1 parent 3e0eb00 commit 6c10e82

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

npm-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const MAYOR_VERSION = version.split('.')[0];
1818
const MAKE = process.env.MAKE || (isFreeBSD ? 'gmake' : 'make');
1919

2020
// flatbuffers version.
21-
const FLATBUFFERS_VERSION='22.11.23';
21+
const FLATBUFFERS_VERSION='23.1.21';
2222

2323
console.log(`npm-scripts.js [INFO] running task "${task}"`);
2424

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"dependencies": {
9595
"debug": "^4.3.4",
96-
"flatbuffers": "^22.11.23",
96+
"flatbuffers": "^23.1.21",
9797
"h264-profile-level-id": "^1.0.1",
9898
"supports-color": "^9.3.1",
9999
"uuid": "^9.0.0"

worker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INSTALL_DIR ?= $(MEDIASOUP_OUT_DIR)/$(MEDIASOUP_BUILDTYPE)
2121
BUILD_DIR ?= $(MEDIASOUP_OUT_DIR)/$(MEDIASOUP_BUILDTYPE)/build
2222
MESON ?= $(PIP_DIR)/bin/meson
2323
MESON_VERSION ?= 0.61.5
24-
FLATC ?= $(BUILD_DIR)/subprojects/flatbuffers-22.11.23/flatc
24+
FLATC ?= $(BUILD_DIR)/subprojects/flatbuffers-23.1.21/flatc
2525
# `MESON_ARGS` can be used to provide extra configuration parameters to Meson,
2626
# such as adding defines or changing optimization options. For instance, use
2727
# `MESON_ARGS="-Dms_log_trace=true -Dms_log_file_line=true" npm i` to compile

worker/subprojects/flatbuffers.wrap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[wrap-file]
2-
directory = flatbuffers-22.11.23
3-
source_url = https://github.com/google/flatbuffers/archive/v22.11.23.tar.gz
4-
source_filename = flatbuffers-22.11.23.tar.gz
5-
source_hash = 8e9bacc942db59ca89a383dd7923f3e69a377d6e579d1ba13557de1fdfddf56a
6-
patch_filename = flatbuffers_22.11.23-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/flatbuffers_22.11.23-1/get_patch
8-
patch_hash = d55f6a27639fd5aeb0bbbe9e59827e6288e4a15bfceeb150e550812b9ee268fc
9-
wrapdb_version = 22.11.23-1
2+
directory = flatbuffers-23.1.21
3+
source_url = https://github.com/google/flatbuffers/archive/v23.1.21.tar.gz
4+
source_filename = flatbuffers-23.1.21.tar.gz
5+
source_hash = d84cb25686514348e615163b458ae0767001b24b42325f426fd56406fd384238
6+
patch_filename = flatbuffers_23.1.21-1_patch.zip
7+
patch_url = https://wrapdb.mesonbuild.com/v2/flatbuffers_23.1.21-1/get_patch
8+
patch_hash = 95d288ba3039c5c1f70aaa121f4fe04abcf9e7b595b3c53af24fe8385226d9de
9+
wrapdb_version = 23.1.21-1
1010

1111
[provide]
1212
flatbuffers = flatbuffers_dep

0 commit comments

Comments
 (0)