diff options
| author | BrewTestBot | 2014-07-14 01:48:07 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-07-13 20:02:35 -0500 |
| commit | 569d7125b02321b158938f42f567344df442ef8e (patch) | |
| tree | c2161ea47189f3488ba427c6e42f4dc79eef4d33 | |
| parent | 7ae69dc705c8820a53622323f222651444d2beb1 (diff) | |
| download | homebrew-569d7125b02321b158938f42f567344df442ef8e.tar.bz2 | |
libressl: add 2.0.1 bottle.
| -rw-r--r-- | Library/Formula/libressl.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/libressl.rb b/Library/Formula/libressl.rb index d2ebac9cf..e9203eef4 100644 --- a/Library/Formula/libressl.rb +++ b/Library/Formula/libressl.rb @@ -6,6 +6,12 @@ class Libressl < Formula mirror "http://mirrors.nycbug.org/pub/OpenBSD/LibreSSL/libressl-2.0.1.tar.gz" sha256 "9596f6cb3e8bafe35d749dfbdb6c984f1bbd86233598eb5fdb4abf854a5792ba" + bottle do + sha1 "e8bcd127c027227d2ea5f1fef2172187d957706e" => :mavericks + sha1 "98717ba0aba142be6aaf079d84b6e011dd0424c8" => :mountain_lion + sha1 "ab6912d5fb3696797ff6178a286896e1a9a252d2" => :lion + end + head do url "https://github.com/libressl-portable/portable.git" depends_on "automake" => :build |
