Bump dep versions
2 files changed, 13 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57dec461..7795406b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -413,20 +413,20 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG ec7cd5285117e3d3079f186a179e701496b62485
+ GIT_TAG v0.6.1
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(MatrixClient)
else()
- find_package(MatrixClient 0.6.0 REQUIRED)
+ find_package(MatrixClient 0.6.1 REQUIRED)
endif()
if(USE_BUNDLED_OLM)
include(FetchContent)
FetchContent_Declare(
Olm
GIT_REPOSITORY https://gitlab.matrix.org/matrix-org/olm.git
- GIT_TAG 3.2.6
+ GIT_TAG 3.2.8
)
set(OLM_TESTS OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(Olm)
@@ -710,7 +710,7 @@ if(USE_BUNDLED_COEURL)
FetchContent_Declare(
coeurl
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
- GIT_TAG abafd60d7e9f5cce76c9abad3b2b3dc1382e5349
+ GIT_TAG v0.1.1
)
FetchContent_MakeAvailable(coeurl)
target_link_libraries(nheko PUBLIC coeurl::coeurl)
@@ -719,7 +719,7 @@ elseif(coeurl_DIR)
target_link_libraries(nheko PUBLIC coeurl::coeurl)
else()
find_package(PkgConfig REQUIRED)
- pkg_check_modules(coeurl REQUIRED IMPORTED_TARGET coeurl)
+ pkg_check_modules(coeurl REQUIRED IMPORTED_TARGET coeurl>=0.1.1)
target_link_libraries(nheko PUBLIC PkgConfig::coeurl)
endif()
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index 48924642..e61d7ec7 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -80,9 +80,9 @@ modules:
buildsystem: cmake-ninja
name: olm
sources:
- - commit: 8656f1463c4e16366335fb468453a9455a366c78
+ - commit: 797183f27f1c8cdb9d4551aaa317bd13ff02401b
disable-shallow-clone: true
- tag: 3.2.6
+ tag: 3.2.8
type: git
url: https://gitlab.matrix.org/matrix-org/olm.git
- buildsystem: meson
@@ -170,8 +170,8 @@ modules:
- mkdir -p /app/bin/
- cp libqtjdenticon.so /app/bin/
sources:
- - commit: 07604d2e83e9c97969db93af04d3ea548c6f2e89
- tag: v0.2.1
+ - commit: 0346c228f1d544581dfd72a4dceb84f8714570dd
+ tag: v0.3.0
type: git
url: https://github.com/Nheko-Reborn/qt-jdenticon.git
- buildsystem: meson
@@ -179,7 +179,8 @@ modules:
- -Ddefault_library=static
name: coeurl
sources:
- - commit: abafd60d7e9f5cce76c9abad3b2b3dc1382e5349
+ - commit: fa108b25a92b0e037723debc4388a300e737dc2d
+ tag: v0.1.1
type: git
url: https://nheko.im/nheko-reborn/coeurl.git
- config-opts:
@@ -190,7 +191,8 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- - commit: ec7cd5285117e3d3079f186a179e701496b62485
+ - commit: 9be1d3615ad30395557ef2768215bc14fd6359bd
+ tag: v0.6.1
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts:
|