diff options
| author | BrewTestBot | 2014-02-14 10:47:15 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-14 12:22:00 +0000 |
| commit | 34ff9d0df69f551141a0eedd6f354913095c5471 (patch) | |
| tree | 57918038e648f32cd8ec087c65156f148730b3fe /Library/Formula | |
| parent | e024d6da4e4b76d909eb85fe15115d702ef96e42 (diff) | |
| download | homebrew-34ff9d0df69f551141a0eedd6f354913095c5471.tar.bz2 | |
redis: add 2.8.6 bottle.
Closes #26715.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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 bfd93522f..988dfb31f 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -5,6 +5,12 @@ class Redis < Formula url 'http://download.redis.io/releases/redis-2.8.6.tar.gz' sha1 '8680046580c75987961241f2e1e417c242b91a49' + bottle do + sha1 "263a6db5756949e7934121a205d90c6b66b83e85" => :mavericks + sha1 "a0503e11bf6d95f99e825731cd7a89155885286f" => :mountain_lion + sha1 "d96a0a05d2c57c8d12c358a18b1cada1bf953a57" => :lion + end + head 'https://github.com/antirez/redis.git', :branch => 'unstable' fails_with :llvm do |
