From 0bad99490f5f70b3dd3d80f72eb12a17e19492e7 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 27 Feb 2025 20:55:23 +0100 Subject: [PATCH] bump: Upgrade to xxhash 0.8.3 --- cmake/FindXxhash.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/FindXxhash.cmake b/cmake/FindXxhash.cmake index 592eddbd..f12355fa 100644 --- a/cmake/FindXxhash.cmake +++ b/cmake/FindXxhash.cmake @@ -34,13 +34,13 @@ endif() if(_download_xxhash) set(_xxhash_origin DOWNLOADED) - set(_xxhash_version_string 0.8.2) + set(_xxhash_version_string 0.8.3) include(FetchContent) FetchContent_Declare( Xxhash URL "https://github.com/Cyan4973/xxhash/archive/refs/tags/v${_xxhash_version_string}.tar.gz" - URL_HASH SHA256=baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4 + URL_HASH SHA256=aae608dfe8213dfd05d909a57718ef82f30722c392344583d3f39050c7f29a80 ) FetchContent_Populate(Xxhash) -- 2.47.2