aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorHomebrew2014-02-04 13:35:05 +0000
committerMike McQuaid2014-02-04 13:52:43 +0000
commit1e80e732062c2c7491d28ad060bcd80ca0321ee0 (patch)
tree25b903f1f2d33ab8389aaaa4d05011a0c988f96f /Library/Formula
parent955a421064b65b002784cc7dcf2a5d07770c09ca (diff)
downloadhomebrew-1e80e732062c2c7491d28ad060bcd80ca0321ee0.tar.bz2
redis: update 2.8.5 bottle.
Closes #26399. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 503e90a60..dfee77603 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.5.tar.gz'
sha1 'f0eb48609ff66ead3c7f06bbe8a8dd1aa7341b73'
+ bottle do
+ sha1 "3670032929123972994cdc29374628311e5fb874" => :mavericks
+ sha1 "9240b55f06576409d8f9e9f6f4d00d67a6861da0" => :mountain_lion
+ sha1 "1ee0860611776df9e9d361df6a2d1ba6d5111cbb" => :lion
+ end
+
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
fails_with :llvm do