From 55998d1bcf5d41caf212782ebe0c9c2fc6f56fbc Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Wed, 14 Jun 2023 15:27:32 +0200 Subject: [PATCH] update libdatachannel in deps.sh Signed-off-by: Philipp Jungkamp --- packaging/deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/deps.sh b/packaging/deps.sh index bbd859c2f..a8e1de90e 100644 --- a/packaging/deps.sh +++ b/packaging/deps.sh @@ -319,7 +319,7 @@ fi # Build & Install libdatachannel if ! cmake --find-package -DNAME=LibDataChannel -DCOMPILER_ID=GNU -DLANGUAGE=CXX -DMODE=EXIST && \ [ -z "${SKIP_LIBDATACHANNEL}" ]; then - git clone ${GIT_OPTS} --branch v0.17.11 https://github.com/paullouisageneau/libdatachannel && pushd libdatachannel + git clone ${GIT_OPTS} --branch v0.18.4 https://github.com/paullouisageneau/libdatachannel && pushd libdatachannel git submodule update --init --recursive --depth 1 mkdir build && pushd build