aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/redis.rb')
-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