From 231ec5f22bf278693f81c4f5cd78391aaa5bbb62 Mon Sep 17 00:00:00 2001 From: Pedro Melo Date: Fri, 23 Dec 2011 17:41:35 +0000 Subject: Redis: Update to 2.4.5 Closes #9257. Signed-off-by: Charlie Sharpsteen --- Library/Formula/redis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 4f3e05ce2..5f0c5f941 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -1,10 +1,10 @@ require 'formula' class Redis < Formula - url 'http://redis.googlecode.com/files/redis-2.4.4.tar.gz' + url 'http://redis.googlecode.com/files/redis-2.4.5.tar.gz' head 'https://github.com/antirez/redis.git', :branch => 'unstable' homepage 'http://redis.io/' - md5 '8aec2c38b7d70956688cbfe3a99495fa' + md5 'babeb1a1d05281b5e00ca0a519cfc3f9' fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334 -- cgit v1.2.3