diff options
| author | Adam Vandenberg | 2011-09-18 09:01:55 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-18 09:01:55 -0700 |
| commit | fd1c0a51972fb6f1dc3ada923d23a5f7a023f707 (patch) | |
| tree | d84bfcc482022d0e3872acbe3b92a974fc4a16af | |
| parent | 6d4e08f43fcdaecc6f3f81fdd66c7daeed8c59ba (diff) | |
| download | homebrew-fd1c0a51972fb6f1dc3ada923d23a5f7a023f707.tar.bz2 | |
redis 2.2.13
| -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 bd89d6451..62a860535 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.12.tar.gz' + url 'http://redis.googlecode.com/files/redis-2.2.13.tar.gz' head 'https://github.com/antirez/redis.git' homepage 'http://redis.io/' - md5 '61b287860cab3e89c49390b8f5ffb697' + md5 '7be678bbfcac9dc152e75d080d239729' fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334 |
