]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
bump: Upgrade to xxhash 0.8.3
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 27 Feb 2025 19:55:23 +0000 (20:55 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 27 Feb 2025 19:57:57 +0000 (20:57 +0100)
cmake/FindXxhash.cmake

index 592eddbdb8cdc31f1d09aa20e8a4f413fe4abdbb..f12355fae3c5f5661fe0ea44e51ceaa2a42ed038 100644 (file)
@@ -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)