From 256357b8b5a7e6350d6cdd09f65ab2ad4ad785fa Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 9 Feb 2012 23:15:29 -0800 Subject: redis 2.4.7 --- Library/Formula/redis.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index c83f9c8fc..689308f9e 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -1,10 +1,11 @@ require 'formula' class Redis < Formula - url 'http://redis.googlecode.com/files/redis-2.4.6.tar.gz' - head 'https://github.com/antirez/redis.git', :branch => 'unstable' homepage 'http://redis.io/' - md5 '41d394074bcde762872ecb5506f35aee' + url 'http://redis.googlecode.com/files/redis-2.4.7.tar.gz' + md5 '6afffb6120724183e40f1cac324ac71c' + + head 'https://github.com/antirez/redis.git', :branch => 'unstable' fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334 -- cgit v1.2.3