libressl 2.9.2
Closes #40189. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
1b91ed025d
commit
1852c03a40
1 changed files with 3 additions and 3 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.9.1.tar.gz"
|
||||
mirror "https://mirrorservice.org/pub/OpenBSD/LibreSSL/libressl-2.9.1.tar.gz"
|
||||
sha256 "39e4dd856694dc10d564201e4549c46d2431601a2b10f3422507e24ccc8f62f8"
|
||||
url "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.9.2.tar.gz"
|
||||
mirror "https://mirrorservice.org/pub/OpenBSD/LibreSSL/libressl-2.9.2.tar.gz"
|
||||
sha256 "c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4"
|
||||
|
||||
bottle do
|
||||
sha256 "b6c6d02184488107d4136858c10657a8e22bf98f2f41385299109c07d86a5752" => :mojave
|
||||
|
|
Loading…
Reference in a new issue