aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-12-04 00:22:12 -0600
committerJack Nagel2013-12-04 00:22:12 -0600
commit46cf32dbaf5000e6c7ea073ecfe28ad17659bc13 (patch)
tree3004b355cbe1769df70d817b3b86d6a620732b8e
parentad40b333ad3ed00c72d15e8a41c1b6e49c17302e (diff)
downloadhomebrew-46cf32dbaf5000e6c7ea073ecfe28ad17659bc13.tar.bz2
redis 2.8.2 bottles
-rw-r--r--Library/Formula/redis.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 3ff4ff73c..6d665d491 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -7,6 +7,12 @@ class Redis < Formula
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
+ bottle do
+ sha1 'cf6ca907e14a42320d78b472430f45c9680cd028' => :mavericks
+ sha1 '43110bf16a73096c442e5ab98488da5fdd891680' => :mountain_lion
+ sha1 'e1423a28165777e4d834ac0228db2870be261bf2' => :lion
+ end
+
fails_with :llvm do
build 2334
cause 'Fails with "reference out of range from _linenoise"'