diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 02:26:41 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 02:48:29 +0100 |
commit | b8f6e4ce6462f074c34a8b7a286cbabe0e2897aa (patch) | |
tree | f332456d90fe7cd318804993f41301265317a6b1 /deps/CMakeLists.txt | |
parent | Rename qml namespace from com.github.nheko to im.nheko (diff) | |
download | nheko-b8f6e4ce6462f074c34a8b7a286cbabe0e2897aa.tar.xz |
Add encrypted file download
Diffstat (limited to '')
-rw-r--r-- | deps/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index d0a715e0..c5932ab7 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -46,10 +46,10 @@ set(BOOST_SHA256 set( MTXCLIENT_URL - https://github.com/Nheko-Reborn/mtxclient/archive/6eee767cc25a9db9f125843e584656cde1ebb6c5.tar.gz + https://github.com/Nheko-Reborn/mtxclient/archive/f719236b08d373d9508f2467bbfc6dfa953b1f8d.zip ) set(MTXCLIENT_HASH - 72fe77da4fed98b3cf069299f66092c820c900359a27ec26070175f9ad208a03) + 0660756c16cf297e02b0b29c07a59fc851723cc65f305893ae7238e6dd2e41c8) set( TWEENY_URL https://github.com/mobius3/tweeny/archive/b94ce07cfb02a0eb8ac8aaf66137dabdaea857cf.tar.gz |