This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 10861b09 Bump zlib to version 1.3 (#1682)
10861b09 is described below
commit 10861b09abf7b701e8f009864b4f419bc889f71c
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Aug 20 07:02:21 2023 +0300
Bump zlib to version 1.3 (#1682)
---
cmake/zlib.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake
index 523a83c0..e92cd543 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.2.13
- MD5=fdedf0c8972a04a7c153dd73492d2d91
+ madler/zlib v1.3
+ MD5=2be1b77674e5aa3196330e58180e5a2c
)
FetchContent_MakeAvailableWithArgs(zlib)