diff options
| author | BrewTestBot | 2014-09-28 23:15:12 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-09-28 17:36:16 -0500 |
| commit | 760936a6903f5f4650695b172d286dfa4c97e2a1 (patch) | |
| tree | acc7f92543a95cff153b2cfafb6a3e0ef6914ef4 /Library/Formula | |
| parent | 30c0ebc49f075334e24ae351aa6128735a388733 (diff) | |
| download | homebrew-760936a6903f5f4650695b172d286dfa4c97e2a1.tar.bz2 | |
polarssl: add 1.3.8 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/polarssl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/polarssl.rb b/Library/Formula/polarssl.rb index 7f8200082..2f1105014 100644 --- a/Library/Formula/polarssl.rb +++ b/Library/Formula/polarssl.rb @@ -7,6 +7,13 @@ class Polarssl < Formula head "https://github.com/polarssl/polarssl.git" + bottle do + cellar :any + sha1 "d4b03d57816b809d3ed454f338f36c4c586a6c8b" => :mavericks + sha1 "921a0256ff3be3e310a9a9d835341a01f9f5a46e" => :mountain_lion + sha1 "a2cf94a5c84fade311821c16382777b900c8c272" => :lion + end + depends_on "cmake" => :build conflicts_with "md5sha1sum", :because => "both install conflicting binaries" |
