From 989c14630c4515aa8b3d352f0402836f51be65a6 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 5 Mar 2014 18:28:18 +0000 Subject: [PATCH] redis: update 2.8.7 bottle. Closes Homebrew/homebrew#27231. Signed-off-by: Brett Koonce --- Formula/redis.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/redis.rb b/Formula/redis.rb index 0a707f2db5..7154f9f427 100644 --- a/Formula/redis.rb +++ b/Formula/redis.rb @@ -6,9 +6,9 @@ class Redis < Formula sha1 'acc369093ec74223e6da207921595187f7e64998' bottle do - sha1 "263a6db5756949e7934121a205d90c6b66b83e85" => :mavericks - sha1 "a0503e11bf6d95f99e825731cd7a89155885286f" => :mountain_lion - sha1 "d96a0a05d2c57c8d12c358a18b1cada1bf953a57" => :lion + sha1 "bb0e34b9ab6f71f5355e6e7a24045f5c5e960ed2" => :mavericks + sha1 "789d0ecf3a20a170ebe7e33c1087f1b144fd71f0" => :mountain_lion + sha1 "3002fa2f0fdfc9b801df9b5e6402121ce13c8724" => :lion end head 'https://github.com/antirez/redis.git', :branch => 'unstable'