From: Joel Rosdahl Date: Thu, 27 Feb 2025 19:55:23 +0000 (+0100) Subject: bump: Upgrade to xxhash 0.8.3 X-Git-Tag: v4.11~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bad99490f5f70b3dd3d80f72eb12a17e19492e7;p=thirdparty%2Fccache.git bump: Upgrade to xxhash 0.8.3 --- 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)