diff options
| author | Jerry Cheung | 2012-05-31 14:17:29 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-01 08:20:39 -0700 |
| commit | e05920629b2c27a10f65db3706dedd481de259fd (patch) | |
| tree | 4c4cdb4bedc515676e7446bc29732b1855b8db99 /Library/Formula/redis.rb | |
| parent | 645f6ce5c8fe7578f38f406c16eded18aa96ce98 (diff) | |
| download | homebrew-e05920629b2c27a10f65db3706dedd481de259fd.tar.bz2 | |
redis --devel 2.6.0-rc3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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"' |
