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