summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-07-22 15:23:44 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-07-22 15:23:44 +0200
commitc89f43d178ecf3872caa0ee521f4effb86d5e818 (patch)
treef19a7db7707ebca00ebbe0f61de95332f171603f
parent02db5399276398a0efa216853489267e56a91932 (diff)
Bump dependencies
-rw-r--r--CMakeLists.txt8
-rw-r--r--io.github.NhekoReborn.Nheko.yaml12
2 files changed, 10 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9fc85656..d4b187ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -186,7 +186,7 @@ if(USE_BUNDLED_COEURL)
FetchContent_Declare(
coeurl
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
- GIT_TAG v0.1.2
+ GIT_TAG v0.2.1
)
FetchContent_MakeAvailable(coeurl)
set(COEURL_TARGET_NAME coeurl::coeurl)
@@ -199,7 +199,7 @@ else()
endif()
if(NOT TARGET PkgConfig::coeurl)
- find_package(coeurl 0.1.1 CONFIG)
+ find_package(coeurl 0.2.1 CONFIG)
if (TARGET coeurl::coeurl)
set(COEURL_TARGET_NAME coeurl::coeurl)
endif()
@@ -581,13 +581,13 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG 3a617ea4b5469f01f99724fc76593229a3f3edab
+ GIT_TAG v0.8.0
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(MatrixClient)
else()
- find_package(MatrixClient 0.6.2 REQUIRED)
+ find_package(MatrixClient 0.8.0 REQUIRED)
endif()
if (VOIP)
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index de3213a3..2c2979a9 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -83,9 +83,9 @@ modules:
buildsystem: cmake-ninja
name: olm
sources:
- - commit: 797183f27f1c8cdb9d4551aaa317bd13ff02401b
+ - commit: 92769cec711c604a1f682b95d6944578d2a1bb3d
disable-shallow-clone: true
- tag: 3.2.8
+ tag: 3.2.12
type: git
url: https://gitlab.matrix.org/matrix-org/olm.git
- buildsystem: meson
@@ -191,8 +191,8 @@ modules:
- -Ddefault_library=static
name: coeurl
sources:
- - commit: 1c530c153687c9072619f00ad77fff9960bdb048
- tag: v0.1.2
+ - commit: cfeae3acef061dbb19706f462ee58b9be2e6ec76
+ tag: v0.2.1
type: git
url: https://nheko.im/nheko-reborn/coeurl.git
- config-opts:
@@ -203,8 +203,8 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- - commit: 3a617ea4b5469f01f99724fc76593229a3f3edab
- #tag: v0.7.0
+ - commit: 2a1cf15cbda4d3deb7986c9f3b38e6c7aabb0d6f
+ tag: v0.8.0
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts: