aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
authorJerry Cheung2012-05-31 14:17:29 -0700
committerAdam Vandenberg2012-06-01 08:20:39 -0700
commite05920629b2c27a10f65db3706dedd481de259fd (patch)
tree4c4cdb4bedc515676e7446bc29732b1855b8db99 /Library/Formula/redis.rb
parent645f6ce5c8fe7578f38f406c16eded18aa96ce98 (diff)
downloadhomebrew-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.rb5
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"'