diff options
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 |
