This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 25908afb45c1e4a549af8743b364106ab4a7b562 Author: Aleks Lozovyuk <aleks.rai...@gmail.com> AuthorDate: Mon Dec 30 11:16:05 2024 +0300 Update xxhash.cmake --- cmake/xxhash.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/xxhash.cmake b/cmake/xxhash.cmake index 3330e9c0..95b802f9 100644 --- a/cmake/xxhash.cmake +++ b/cmake/xxhash.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(xxhash - Cyan4973/xxHash v0.8.2 - MD5=4b793d916f9b8e4ceb984a00e356bdb2 + Cyan4973/xxHash v0.8.3 + MD5=19b919a066c28a9121dd9767e01d0c71 ) FetchContent_GetProperties(xxhash)