diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libressl.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/libressl.rb b/Library/Formula/libressl.rb index a7f9af9b4..e3ba56af6 100644 --- a/Library/Formula/libressl.rb +++ b/Library/Formula/libressl.rb @@ -1,10 +1,8 @@ -require "formula" - class Libressl < Formula homepage "http://www.libressl.org/" - url "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.1.2.tar.gz" - mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/LibreSSL/libressl-2.1.2.tar.gz" - sha256 "07c05f12e5d49dbfcf82dd23b6b4877b7cdb1c8e4c8dd27cb4d9e5758a6caf52" + url "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.1.3.tar.gz" + mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/LibreSSL/libressl-2.1.3.tar.gz" + sha256 "eb2f370971408fb10af6453e556465c8eee728ac333bf1eb47ec1a5112304f7c" option "without-libtls", "Build without libtls" |
