From 036c9eafe7b4141158b46c170487459aef538196 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 21 Sep 2017 09:00:30 -0700 Subject: [PATCH] redis 4.0.2 Closes #18391. 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 4efa8cae2c..b0b1c400a3 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.1.tar.gz" - sha256 "2049cd6ae9167f258705081a6ef23bb80b7eff9ff3d0d7481e89510f27457591" + url "http://download.redis.io/releases/redis-4.0.2.tar.gz" + sha256 "b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813" head "https://github.com/antirez/redis.git", :branch => "unstable" bottle do