diff options
Diffstat (limited to 'Library/Formula/redis.rb')
| -rw-r--r-- | Library/Formula/redis.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 8466197bb..a60e93e01 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -7,6 +7,11 @@ class Redis < Formula head 'https://github.com/antirez/redis.git', :branch => 'unstable' + devel do + url 'http://redis.googlecode.com/files/redis-2.6.0-rc3.tar.gz' + sha1 '322b60dfa4a498b66fa1125ac97d80d40024099b' + end + fails_with :llvm do build 2334 cause 'Fails with "reference out of range from _linenoise"' |
