aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-25 13:24:34 -0600
committerJack Nagel2013-11-25 13:24:47 -0600
commita31f91be85326b45dbe4a4f3ada85098f644ee34 (patch)
tree86a8d90b103b28c81abcc4883c20994ac0494877 /Library
parentc434c76a67bdf805a297c582ad5ded33422e8693 (diff)
downloadhomebrew-a31f91be85326b45dbe4a4f3ada85098f644ee34.tar.bz2
redis 2.8.1 bottles
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 6bb950000..0a73afa92 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 '3d8fe26a70c99d737455c32d50325980c798cfef' => :mavericks
+ sha1 '5fa889cc3d47d8331e79e393769d809c717379bc' => :mountain_lion
+ sha1 '6858973e8c14330c9388ab2635bedc5eddba3cae' => :lion
+ end
+
fails_with :llvm do
build 2334
cause 'Fails with "reference out of range from _linenoise"'