LibreSSL 2.0.2
Update to latest portable release. Closes Homebrew/homebrew#30892. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ea37d41805
commit
d7dda3037b
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require "formula"
|
|||
|
||||
class Libressl < Formula
|
||||
homepage "http://www.libressl.org/"
|
||||
url "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.0.1.tar.gz"
|
||||
mirror "http://mirrors.nycbug.org/pub/OpenBSD/LibreSSL/libressl-2.0.1.tar.gz"
|
||||
sha256 "9596f6cb3e8bafe35d749dfbdb6c984f1bbd86233598eb5fdb4abf854a5792ba"
|
||||
url "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.0.2.tar.gz"
|
||||
mirror "http://mirrors.nycbug.org/pub/OpenBSD/LibreSSL/libressl-2.0.2.tar.gz"
|
||||
sha256 "4d16b6852cbd895ed55737819d2c042b37371f1d80fcba4fb24239eba2a5d72b"
|
||||
|
||||
bottle do
|
||||
sha1 "e8bcd127c027227d2ea5f1fef2172187d957706e" => :mavericks
|
||||
|
|
Loading…
Reference in a new issue