From c434c76a67bdf805a297c582ad5ded33422e8693 Mon Sep 17 00:00:00 2001 From: Kevin Sołtysiak Date: Mon, 25 Nov 2013 14:53:04 +0100 Subject: Redis 2.8.1 Closes #24645. Signed-off-by: Jack Nagel --- Library/Formula/redis.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 9d8594eae..6bb950000 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -2,17 +2,11 @@ require 'formula' class Redis < Formula homepage 'http://redis.io/' - url 'http://download.redis.io/releases/redis-2.6.16.tar.gz' - sha1 'f94c0f623aaa8c310f9be2a88e81716de01ce0ce' + url 'http://download.redis.io/releases/redis-2.8.1.tar.gz' + sha1 '1bb493318ff6c0c87334eb95640b89a16e4357d8' head 'https://github.com/antirez/redis.git', :branch => 'unstable' - bottle do - sha1 '961733ae14c8822c3918a85475141a0514e996c1' => :mavericks - sha1 '56d2245a72b6f56af66e979175a441cddc3a3bae' => :mountain_lion - sha1 '89dce53fca0c2116bf18ada9f5b2fb16a941d5ce' => :lion - end - fails_with :llvm do build 2334 cause 'Fails with "reference out of range from _linenoise"' -- cgit v1.2.3