summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-09-07 10:09:48 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-07 10:09:48 +0200
commit8527ae78d53dfe6e82a92c67df45fc03f68533ec (patch)
tree1a2a1072b7759bb949c9c8828086492b6682077c
parentUpdate gstreamer (diff)
downloadnheko-8527ae78d53dfe6e82a92c67df45fc03f68533ec.tar.xz
Bump mtxclient
-rw-r--r--CMakeLists.txt4
-rw-r--r--io.github.NhekoReborn.Nheko.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index a2989880..ba81e962 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -582,13 +582,13 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG a00a04adaddf856feaa21087217608e05b9c7ed3 + GIT_TAG v0.8.1 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") FetchContent_MakeAvailable(MatrixClient) else() - find_package(MatrixClient 0.8.0 REQUIRED) + find_package(MatrixClient 0.8.1 REQUIRED) endif() if (VOIP) diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index 241036c4..82f40017 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -203,8 +203,8 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: a00a04adaddf856feaa21087217608e05b9c7ed3 - #tag: v0.8.0 + - commit: d4301e79862f5167806ecebd12746da21d6b3886 + tag: v0.8.1 type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: