From 7beb5d23ae96aa8c50ea49f4abdcf3d35e138332 Mon Sep 17 00:00:00 2001 From: Rakesh Date: Fri, 1 Dec 2017 21:59:16 +0530 Subject: [PATCH] redis 4.0.5 Closes #21247. Signed-off-by: ilovezfs --- Formula/redis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/redis.rb b/Formula/redis.rb index a0a4766b2f..a2f731de37 100644 --- a/Formula/redis.rb +++ b/Formula/redis.rb @@ -1,8 +1,8 @@ class Redis < Formula desc "Persistent key-value database, with built-in net interface" homepage "https://redis.io/" - url "http://download.redis.io/releases/redis-4.0.4.tar.gz" - sha256 "35768145335e874b1b810e23494ad3daa6f442c3dc1d7e3784992ba50799c0cd" + url "http://download.redis.io/releases/redis-4.0.5.tar.gz" + sha256 "d52bf355b96e20905916482962235e0442634c849934adb034f85362b31ed978" head "https://github.com/antirez/redis.git", :branch => "unstable" bottle do