aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAku2011-10-17 11:54:50 +0300
committerAdam Vandenberg2011-10-19 20:31:30 -0700
commit05979bdad4f42e1866dcfce983f94c1fd4b75d7a (patch)
tree44d4af0c9755fa25da30197ad06eaca94c835846 /Library
parentba4d6c9d025cabacce0b665db33256e0843df727 (diff)
downloadhomebrew-05979bdad4f42e1866dcfce983f94c1fd4b75d7a.tar.bz2
Redis 2.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/redis.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 2885d1655..806f4bd76 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.0.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.4.1.tar.gz'
head 'https://github.com/antirez/redis.git'
homepage 'http://redis.io/'
- md5 'efdfa0d40fc7676199005bd0178cf6a9'
+ md5 '7af9ed2c378a2153f4f32f82c539c405'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334