]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
bump: Upgrade to hiredis 1.4.0
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 17 Jul 2026 12:53:57 +0000 (14:53 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Jul 2026 15:18:34 +0000 (17:18 +0200)
cmake/FindHiredis.cmake

index c28e3bafee22659abf4271d0cd97ec90faebd6bd..6c7280b8c4d19763d9d72b4648114a1a51c43ca5 100644 (file)
@@ -38,13 +38,13 @@ endif()
 
 if(_download_hiredis)
   set(_hiredis_origin DOWNLOADED)
-  set(_hiredis_version_string 1.3.0)
+  set(_hiredis_version_string 1.4.0)
 
   include(FetchContent)
   FetchContent_Declare(
     Hiredis
     URL "https://github.com/redis/hiredis/archive/refs/tags/v${_hiredis_version_string}.tar.gz"
-    URL_HASH SHA256=25cee4500f359cf5cad3b51ed62059aadfc0939b05150c1f19c7e2829123631c
+    URL_HASH SHA256=5fa6e719e59cd4f8ae435c52a18ac4035d135251f9ee54e7a045bccf59107ed8
     # Intentionally not using hiredis's build system since it doesn't put
     # headers in a hiredis subdirectory. Reference:
     # https://discourse.cmake.org/t/prevent-fetchcontent-makeavailable-to-execute-cmakelists-txt/12704/3