aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 23:15:29 -0800
committerAdam Vandenberg2012-02-09 23:15:29 -0800
commit256357b8b5a7e6350d6cdd09f65ab2ad4ad785fa (patch)
tree23e6d585616fbea9249cc68f47fcb4c9f094e5bf
parent038e411012ddb72c1c0b4c62ca919b5de4542bfe (diff)
downloadhomebrew-256357b8b5a7e6350d6cdd09f65ab2ad4ad785fa.tar.bz2
redis 2.4.7
-rw-r--r--Library/Formula/redis.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index c83f9c8fc..689308f9e 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -1,10 +1,11 @@
require 'formula'
class Redis < Formula
- url 'http://redis.googlecode.com/files/redis-2.4.6.tar.gz'
- head 'https://github.com/antirez/redis.git', :branch => 'unstable'
homepage 'http://redis.io/'
- md5 '41d394074bcde762872ecb5506f35aee'
+ url 'http://redis.googlecode.com/files/redis-2.4.7.tar.gz'
+ md5 '6afffb6120724183e40f1cac324ac71c'
+
+ head 'https://github.com/antirez/redis.git', :branch => 'unstable'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334