diff options
| author | James Miller | 2011-05-05 07:26:51 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-05-05 07:30:13 -0700 | 
| commit | 01403eb33eaac5d079391d801aece8747b87a28c (patch) | |
| tree | d32ea4239264385cf64ee062ebba97c635d9371b /Library | |
| parent | 1e074f6cbd371f87b31e8c382ffbeacf79dde156 (diff) | |
| download | homebrew-01403eb33eaac5d079391d801aece8747b87a28c.tar.bz2 | |
Redis 2.2.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/redis.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 9f89d1166..aeeea1a32 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.5.tar.gz' +  url 'http://redis.googlecode.com/files/redis-2.2.6.tar.gz'    head 'git://github.com/antirez/redis.git'    homepage 'http://redis.io/' -  sha1 '638569b6d500bc6e02c4aef7eb39d2b22c1fc161' +  sha1 'dd5a5a443327da09483701c48b7ea87e5d160c69'    fails_with_llvm "Fails with \"reference out of range from _linenoise\""  | 
