diff options
| author | Walter Smith | 2011-06-09 17:45:05 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-09 17:54:13 -0700 | 
| commit | 819b26f72245f3a551022721314807c028c2b92a (patch) | |
| tree | 415f7f95538e28dc50c295619a12fcbe50d1cdab | |
| parent | 16e63a8d7caf72c97100d1369a60ab8514328679 (diff) | |
| download | homebrew-819b26f72245f3a551022721314807c028c2b92a.tar.bz2 | |
redis 2.2.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 60636cbc3..9c92102b2 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.8.tar.gz' +  url 'http://redis.googlecode.com/files/redis-2.2.9.tar.gz'    head 'https://github.com/antirez/redis.git'    homepage 'http://redis.io/' -  md5 '106af5e3d4646588fd27be499227e14c' +  md5 '573ed550a363b325bd8dc9173a4164c6'    fails_with_llvm "Fails with \"reference out of range from _linenoise\""  | 
