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/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 972adb76 Bump speedb to 2.8.0 (#2080)
972adb76 is described below
commit 972adb766f5c8ec4479c700500cec43c89a309bd
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Feb 1 05:48:31 2024 +0200
Bump speedb to 2.8.0 (#2080)
---
cmake/speedb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/speedb.cmake b/cmake/speedb.cmake
index fccd1ecd..a0bc350e 100644
--- a/cmake/speedb.cmake
+++ b/cmake/speedb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(speedb
- speedb-io/speedb speedb/v2.7.0
- MD5=9603a0921deb4e3cd9046cf7e9288485
+ speedb-io/speedb speedb/v2.8.0
+ MD5=3da818408057c8c818bfc9adc40d929f
)
FetchContent_GetProperties(jemalloc)