From 8d6081ab56e7ea905360d46abd082bffd9174899 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 17 Oct 2015 11:03:07 +0100 Subject: [PATCH] redis: update 3.0.5 bottle. --- Formula/redis.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Formula/redis.rb b/Formula/redis.rb index 2a598d32db..ccaefd5319 100644 --- a/Formula/redis.rb +++ b/Formula/redis.rb @@ -5,11 +5,10 @@ class Redis < Formula sha256 "4c176826eee909fbdc63db1c15adc22aab42d758043829e556f4331e6a5bd480" bottle do - cellar :any - sha256 "83d3cbef80d144afba7ca0b3a09e453f7fb167726f3a5d556fa85d776213d85d" => :el_capitan - sha256 "6882e80a0829f5a0c43d6de884e74c260e1894d72bb4dbf7624f0b8744f6efda" => :yosemite - sha256 "60e9cd04b465b18dc3a640410ab608e4411f6f190893ff2dbf445293c05c53e8" => :mavericks - sha256 "0a698150174674a92dd8936db283126a95b6dc3dfefc61065250d59bb71fcd42" => :mountain_lion + cellar :any_skip_relocation + sha256 "8595573ce79c47a893458ef8edc7e1cea851e86f46bd3b3c8c02884bd04c74ef" => :el_capitan + sha256 "a3d223d04faaa36fc518c647a67e7ddd3f69c61ce475fbdb21385e0a42301ee2" => :yosemite + sha256 "f6a87a3679ef660cd129bbc337434a190b9c75411006701737eeb0ede80ac6c0" => :mavericks end option "with-jemalloc", "Select jemalloc as memory allocator when building Redis"