]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
bump: Upgrade to Hiredis 1.0.2 (#949)
authorAlexander Falkenstern <falkena@users.noreply.github.com>
Thu, 28 Oct 2021 18:42:12 +0000 (20:42 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 18:42:12 +0000 (20:42 +0200)
cmake/Findhiredis.cmake

index 1369637f77344f02da185452df38c4378d69970f..46141d401a0464fc34bd83ee7cf0521e886a5d88 100644 (file)
@@ -1,5 +1,5 @@
 if(HIREDIS_FROM_INTERNET)
-  set(hiredis_version "1.0.0")
+  set(hiredis_version "1.0.2")
   set(hiredis_url https://github.com/redis/hiredis/archive/v${hiredis_version}.tar.gz)
 
   set(hiredis_dir ${CMAKE_BINARY_DIR}/hiredis-${hiredis_version})