diff options
Diffstat (limited to 'Library/Formula/hiredis.rb')
| -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}" |
