From b4eac65b0544be1396b177c6f3ca4c5eded5a598 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 18 May 2017 05:08:37 -0700 Subject: [PATCH] redis 3.2.9 Closes #13690. 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 abc9bffc7b..7b82e64760 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-3.2.8.tar.gz" - sha256 "61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c" + url "http://download.redis.io/releases/redis-3.2.9.tar.gz" + sha256 "6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26" head "https://github.com/antirez/redis.git", :branch => "unstable" bottle do