aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/redis.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index c33edb707..04f8bde02 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -1,15 +1,15 @@
require 'formula'
class Redis <Formula
- url 'http://redis.googlecode.com/files/redis-2.2.1.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.2.2.tar.gz'
head 'git://github.com/antirez/redis.git'
homepage 'http://redis.io/'
- sha1 'a64c32f37e67bdeabbab74f8413a960a8d42e381'
- version '2.2.1'
+ sha1 '75b953e4a3067570555c5f3f5e8f481c40489904'
def install
- fails_with_llvm "Breaks with LLVM"
+ fails_with_llvm "Fails with \"reference out of range from _linenoise\""
+ # Architecture isn't detected correctly on 32bit Snow Leopard without help
ENV["OBJARCH"] = snow_leopard_64? ? "-arch x86_64" : "-arch i386"
# Head and stable have different code layouts