diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/redis.rb | 6 |
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"' |
