From 61dc5f75d5c8be962acda4296896b3ab54ec024d Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 12 Dec 2013 13:22:32 +0000 Subject: redis: add 2.8.3 bottle. Signed-off-by: Mike McQuaid --- Library/Formula/redis.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 98c311625..0acd22e2d 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -5,6 +5,12 @@ class Redis < Formula url 'http://download.redis.io/releases/redis-2.8.3.tar.gz' sha1 'a751371eeed5f5f02965eb34d989c1963dd8d8c7' + bottle do + sha1 'f6603de53354d870a84259ed6bf105cc86a3ed96' => :mavericks + sha1 'ec5633db0100bfdd27433cd4c83b3444de94147f' => :mountain_lion + sha1 'c2d7629dd955136191bf2aff7753666983113603' => :lion + end + head 'https://github.com/antirez/redis.git', :branch => 'unstable' fails_with :llvm do -- cgit v1.2.3