diff options
| author | Adam Vandenberg | 2011-03-06 17:28:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-06 17:32:43 -0800 |
| commit | 49c8663e485764c71d3f3be49cbec8762f10593f (patch) | |
| tree | 2cf21d5342c6b90ec94cbceb7096db2cfe654c20 /Library/Formula/redis.rb | |
| parent | 32f77ef446ecaa4e6e50e712358485af9c961efd (diff) | |
| download | homebrew-49c8663e485764c71d3f3be49cbec8762f10593f.tar.bz2 | |
redis 2.2.2
Diffstat (limited to 'Library/Formula/redis.rb')
| -rw-r--r-- | Library/Formula/redis.rb | 8 |
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 |
