diff options
| author | BrewTestBot | 2015-04-26 10:15:09 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-26 17:42:52 +0100 |
| commit | c288263281ec83bb3c5c5bb317f15657338b1339 (patch) | |
| tree | 402cf44f435dde16251dc5a56bbebb945e53abda | |
| parent | bda1a507dc8649efee243b8ba2f6834bf36d9f40 (diff) | |
| download | homebrew-c288263281ec83bb3c5c5bb317f15657338b1339.tar.bz2 | |
hiredis: add 0.13.0 bottle.
| -rw-r--r-- | Library/Formula/hiredis.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index a1d5a95f5..eabf814d2 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -5,6 +5,13 @@ class Hiredis < Formula head "https://github.com/redis/hiredis.git" + bottle do + cellar :any + sha256 "ef65430fe81be90a4ffddef916be1a024522186bc04a8ee1ce47850295ebc187" => :yosemite + sha256 "ce26414bbf7b5b1c6eb4e14381eadaff1177a63e0f32a22232938c7b9825e16a" => :mavericks + sha256 "f29302f83d77b702ec7fac83197e2ccb3dc90c631afc9ba73b7f1a472c7fb7c7" => :mountain_lion + end + def install # Architecture isn't detected correctly on 32bit Snow Leopard without help ENV["OBJARCH"] = "-arch #{MacOS.preferred_arch}" |
