diff options
| author | BrewTestBot | 2014-09-14 15:20:36 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-09-14 10:52:50 -0500 |
| commit | 803bdd2dc96d5f3164595391a6db4d0c5b01f8e1 (patch) | |
| tree | d4916b9496f8e7d1ce33de37da3d9a5c9a600665 /Library/Formula | |
| parent | 3e9d03e09a3ecfe8d68328d575b78e82993cf7e7 (diff) | |
| download | homebrew-803bdd2dc96d5f3164595391a6db4d0c5b01f8e1.tar.bz2 | |
cyassl: add 3.2.0 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cyassl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cyassl.rb b/Library/Formula/cyassl.rb index c6c5bfed4..e7ff3a964 100644 --- a/Library/Formula/cyassl.rb +++ b/Library/Formula/cyassl.rb @@ -7,6 +7,13 @@ class Cyassl < Formula head "https://github.com/cyassl/cyassl.git" + bottle do + cellar :any + sha1 "af3935e69de8e276da44489ee06d7bd02f12d611" => :mavericks + sha1 "3d46f2e384ded4b9d1fd6854ea9f5b45a2582e6b" => :mountain_lion + sha1 "3d3bae7a0f09f77cad6219b75ca9193fe5931bda" => :lion + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build |
