libressl 2.7.3
Closes #27518. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
14e5d4862a
commit
9822e111b6
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.7.2.tar.gz"
|
||||
mirror "https://mirrorservice.org/pub/OpenBSD/LibreSSL/libressl-2.7.2.tar.gz"
|
||||
sha256 "917a8779c342177ff3751a2bf955d0262d1d8916a4b408930c45cef326700995"
|
||||
url "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.7.3.tar.gz"
|
||||
mirror "https://mirrorservice.org/pub/OpenBSD/LibreSSL/libressl-2.7.3.tar.gz"
|
||||
sha256 "16c70d8fe1de6e9bedea0d67804b55f3894717693a05ed45e15e0e2f939c2795"
|
||||
|
||||
bottle do
|
||||
sha256 "c94862d720fb74d8abdd52ccc978bcf4e39ef72d368591d0bb4bba55a473d979" => :high_sierra
|
||||
|
|
Loading…
Reference in a new issue