Bump dependencies

This commit is contained in:
Nicolas Werner 2022-07-22 15:23:44 +02:00
parent 02db539927
commit c89f43d178
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
2 changed files with 10 additions and 10 deletions

View File

@ -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)

View File

@ -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: