diff options
| author | Jeff Fraser | 2011-10-26 14:39:19 -0300 |
|---|---|---|
| committer | Jack Nagel | 2011-10-26 18:04:26 -0500 |
| commit | e47359325872c38f3f92fffffecefe7a5d7cfec3 (patch) | |
| tree | de80511a4404a83b47050b4e009b8a2eacd71451 /Library/Formula | |
| parent | 123bfd2ef0dc54437cce1c09d24f9c3d7933a649 (diff) | |
| download | homebrew-e47359325872c38f3f92fffffecefe7a5d7cfec3.tar.bz2 | |
Redis 2.4.2
Closes #8317.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 806f4bd76..fcf2adb11 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.4.1.tar.gz' + url 'http://redis.googlecode.com/files/redis-2.4.2.tar.gz' head 'https://github.com/antirez/redis.git' homepage 'http://redis.io/' - md5 '7af9ed2c378a2153f4f32f82c539c405' + md5 'c4b0b5e4953a11a503cb54cf6b09670e' fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334 |
