From a2683235da4158c5b0bfca3930772c8e38f4ced3 Mon Sep 17 00:00:00 2001 From: Ryan Schlesinger Date: Fri, 8 Apr 2011 14:52:01 -0700 Subject: Updating redis to 2.2.4. Signed-off-by: Adam Vandenberg --- 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 734317bbc..aff7592cb 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.2.2.tar.gz' + url 'http://redis.googlecode.com/files/redis-2.2.4.tar.gz' head 'git://github.com/antirez/redis.git' homepage 'http://redis.io/' - sha1 '75b953e4a3067570555c5f3f5e8f481c40489904' + sha1 '063e6e9f615ceda664d0691a6ea59befb22ebc40' fails_with_llvm "Fails with \"reference out of range from _linenoise\"" -- cgit v1.2.3