redis: add 2.8.4 bottle.

Closes Homebrew/homebrew#25893.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
BrewTestBot 2014-01-14 09:36:30 +00:00 committed by Mike McQuaid
parent 5091a88e6f
commit 88c6afd10c
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ class Redis < Formula
url 'http://download.redis.io/releases/redis-2.8.4.tar.gz'
sha1 '79b156cc9d8bff5a022fdc6d28d5c42999ddcb4f'
bottle do
sha1 '35fcd3e5ade59c2b2b7bf34d5d039490a304fe56' => :mavericks
sha1 '7be2568da2811485d9b301b7ac24773ce5572fbf' => :mountain_lion
sha1 'aff2b701130d87c05fd3271df14f57878e119387' => :lion
end
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
fails_with :llvm do