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 9b1ebcd6 Bump Snappy v1.2.1 (#2325)
9b1ebcd6 is described below

commit 9b1ebcd65a111ab8f8aded158d7427b7409ec4cc
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed May 22 12:38:01 2024 +0300

    Bump Snappy v1.2.1 (#2325)
---
 cmake/snappy.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/snappy.cmake b/cmake/snappy.cmake
index 02c3a808..d62a506d 100644
--- a/cmake/snappy.cmake
+++ b/cmake/snappy.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(snappy
-  google/snappy 1.2.0
-  MD5=555f4af7472ce585c12709121808a060
+  google/snappy 1.2.1
+  MD5=b120895e012e097b86bf49e0ef9ca67c
 )
 
 FetchContent_MakeAvailableWithArgs(snappy

Reply via email to