This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-zlib-131 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 857c92fba58d2ca4bc88f7bb9f0c4fc539f2da84 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Tue Apr 15 08:36:13 2025 +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 e92cd543b..6fc5f1a2a 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=127b8a71a3fb8bebe89df1080f15fdf6 ) FetchContent_MakeAvailableWithArgs(zlib)
