Update mtxclient version to tag

master
Nicolas Werner 5 years ago
parent 95d5e63f4b
commit 24d2a2d821
  1. 4
      CMakeLists.txt
  2. 4
      io.github.NhekoReborn.Nheko.json

@ -337,11 +337,11 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare( FetchContent_Declare(
MatrixClient MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG a897142a3fa6ece92daa1040551fb8ac09be1766 GIT_TAG v0.3.1
) )
FetchContent_MakeAvailable(MatrixClient) FetchContent_MakeAvailable(MatrixClient)
else() else()
find_package(MatrixClient 0.3.0 REQUIRED) find_package(MatrixClient 0.3.1 REQUIRED)
endif() endif()
if(USE_BUNDLED_OLM) if(USE_BUNDLED_OLM)
include(FetchContent) include(FetchContent)

@ -146,9 +146,9 @@
"name": "mtxclient", "name": "mtxclient",
"sources": [ "sources": [
{ {
"sha256": "6a4368da5fda1db426c36c9a7b26c6e62ca99bd8c7fea421460156642e65a5cb", "sha256": "e4899cc4ce87397de2aef865e94ea2cdb8d9cb86253727e7d90532b925ecc770",
"type": "archive", "type": "archive",
"url": "https://github.com/Nheko-Reborn/mtxclient/archive/a897142a3fa6ece92daa1040551fb8ac09be1766.tar.gz" "url": "https://github.com/Nheko-Reborn/mtxclient/archive/v0.3.1.tar.gz"
} }
] ]
}, },

Loading…
Cancel
Save