libressl 2.5.3
Closes #12386. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
b8f5fdb637
commit
934b95c8c5
1 changed files with 3 additions and 10 deletions
|
@ -2,9 +2,9 @@ class Libressl < Formula
|
|||
desc "Version of the SSL/TLS protocol forked from OpenSSL"
|
||||
homepage "https://www.libressl.org/"
|
||||
# Please ensure when updating version the release is from stable branch.
|
||||
url "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.5.tar.gz"
|
||||
mirror "https://mirrorservice.org/pub/OpenBSD/LibreSSL/libressl-2.4.5.tar.gz"
|
||||
sha256 "d300c4e358aee951af6dfd1684ef0c034758b47171544230f3ccf6ce24fe4347"
|
||||
url "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.3.tar.gz"
|
||||
mirror "https://mirrorservice.org/pub/OpenBSD/LibreSSL/libressl-2.5.3.tar.gz"
|
||||
sha256 "14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30"
|
||||
|
||||
bottle do
|
||||
sha256 "c0f9a4fc4f853b8a98288d4c4151b26d0551a76e87d3fb233213618f23727c8d" => :sierra
|
||||
|
@ -12,13 +12,6 @@ class Libressl < Formula
|
|||
sha256 "525e5a4b9b742c5b5cb037cc3690ab37d104ac82fc990f7f967a390c27b78c2c" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://mirrorservice.org/pub/OpenBSD/LibreSSL/libressl-2.5.2.tar.gz"
|
||||
mirror "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.2.tar.gz"
|
||||
version "2.5.2-beta1"
|
||||
sha256 "0ffa7d70809284a4ac96e965918a61c1d7930bca865457a7db0ff0afc8201c82"
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/libressl-portable/portable.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue