summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-06-11 00:25:23 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-06-11 00:25:23 +0200
commit7964ea2d5d13f1aad2aafc70b805f471ad099dfe (patch)
tree21e31a795e8cf30aaf515af268cf204995854b06
parentUpdate changelog (diff)
downloadnheko-7964ea2d5d13f1aad2aafc70b805f471ad099dfe.tar.xz
Bump mtxclient version to 0.10.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--im.nheko.Nheko.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 28844070..e374177a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -606,13 +606,13 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG a70753812e3fb832df12b24ee0ee6c70d68060d5 + GIT_TAG v0.10.0 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") FetchContent_MakeAvailable(MatrixClient) else() - find_package(MatrixClient 0.9.0 REQUIRED) + find_package(MatrixClient 0.10.0 REQUIRED) endif() if(VOIP) diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml
index aa874c0e..0bfae7fa 100644 --- a/im.nheko.Nheko.yaml +++ b/im.nheko.Nheko.yaml
@@ -223,8 +223,8 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: a70753812e3fb832df12b24ee0ee6c70d68060d5 - #tag: v0.9.2 + - commit: 457bc52773b40142848f0b2ab025516bf6ed634d + tag: v0.10.0 type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: