This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-7
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 5184d66da48c3e30e4cbb270b57c12ed291bbad8
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Feb 21 11:36:45 2025 +0300

    Update zstd.cmake
---
 cmake/zstd.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/zstd.cmake b/cmake/zstd.cmake
index 2b2fb3c9..abb4f22c 100644
--- a/cmake/zstd.cmake
+++ b/cmake/zstd.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(zstd
-  facebook/zstd v1.5.6
-  MD5=cfb58a03ae01a39d5fff731ecaaa2657
+  facebook/zstd v1.5.7
+  MD5=2a98f5f27ec041e8b442382103229f44
 )
 
 FetchContent_GetProperties(zstd)

Reply via email to