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

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

commit 5a0e16b1bd95f0084bdc0895631a65c01370e14d
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Nov 15 13:36:28 2024 +0300

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

diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake
index e92cd543..06688d8e 100644
--- a/cmake/zlib.cmake
+++ b/cmake/zlib.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(zlib
-  madler/zlib v1.3
-  MD5=2be1b77674e5aa3196330e58180e5a2c
+  madler/zlib v1.3.1
+  MD5=ef76f7ebfd97778a6653b1d8413541c0
 )
 
 FetchContent_MakeAvailableWithArgs(zlib)

Reply via email to