From e05920629b2c27a10f65db3706dedd481de259fd Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Thu, 31 May 2012 14:17:29 -0700 Subject: redis --devel 2.6.0-rc3 Signed-off-by: Adam Vandenberg --- Library/Formula/redis.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 8466197bb..a60e93e01 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -7,6 +7,11 @@ class Redis < Formula head 'https://github.com/antirez/redis.git', :branch => 'unstable' + devel do + url 'http://redis.googlecode.com/files/redis-2.6.0-rc3.tar.gz' + sha1 '322b60dfa4a498b66fa1125ac97d80d40024099b' + end + fails_with :llvm do build 2334 cause 'Fails with "reference out of range from _linenoise"' -- cgit v1.2.3