aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-01-20 19:32:52 -0800
committerMike McQuaid2014-01-20 19:32:52 -0800
commit9338980600ce58a493bd6c92aa8391c89581e512 (patch)
tree4edcaeacdc728ab61170c1e849e92d8e2bdae8c0
parent9d9dda658902324b562f620e2176ee8ad54414bd (diff)
downloadhomebrew-9338980600ce58a493bd6c92aa8391c89581e512.tar.bz2
openssl: add bottles.
-rw-r--r--Library/Formula/openssl.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb
index e350a12e9..381753d7e 100644
--- a/Library/Formula/openssl.rb
+++ b/Library/Formula/openssl.rb
@@ -6,6 +6,12 @@ class Openssl < Formula
mirror 'http://mirrors.ibiblio.org/openssl/source/openssl-1.0.1f.tar.gz'
sha256 '6cc2a80b17d64de6b7bac985745fdaba971d54ffd7d38d3556f998d7c0c9cb5a'
+ bottle do
+ sha1 "2687c0abb5e23d765bbd0024a010e36b05a8939e" => :mavericks
+ sha1 "dcaee2f1e51e8d0da7614e6dab4fc334f736d0de" => :mountain_lion
+ sha1 "4fabb39f5db46e8e62bf0b05e0133cd7e717860a" => :lion
+ end
+
keg_only :provided_by_osx,
"The OpenSSL provided by OS X is too old for some software."