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

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new fac42b0  Revert snappy library from v1.1.9 to v1.1.7 (#790)
fac42b0 is described below

commit fac42b092810f7273385cd57e881c5e4b91e1158
Author: hulk <[email protected]>
AuthorDate: Thu Aug 25 19:42:14 2022 +0800

    Revert snappy library from v1.1.9 to v1.1.7 (#790)
---
 cmake/snappy.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/snappy.cmake b/cmake/snappy.cmake
index eef7121..72e587a 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.1.9
-  MD5=1ecaa4c5c662c2d9cb669669d22c28aa
+  google/snappy 1.1.7
+  MD5=40a371a653b7bb5a47df59b937b78557
 )
 
 FetchContent_MakeAvailableWithArgs(snappy

Reply via email to