This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-rocksdb-11.8.1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit ac1454d249833aecf8fc171408e1ce2f1352c12e Author: Aleks Lozovyuk <[email protected]> AuthorDate: Tue Aug 11 17:39:17 2026 +0300 Upgrade RocksDB to version 11.8.1 Updated RocksDB version to v11.8.1 and changed MD5 checksum. --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index 75dd67e8c..3d9cb02b6 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v11.1.2 - MD5=8c72fb8596712e1a720a0fab365a8b56 + facebook/rocksdb v11.8.1 + MD5=e28ce50253c2f30fa789fee7b2381c63 ) FetchContent_GetProperties(jemalloc)
