From 3e4f5dc781ce0a4164f6bf6388533b15238f802e Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Thu, 29 Aug 2019 09:28:34 +1000 Subject: [PATCH] webfs: move to OpenSSL 1.1 --- Formula/webfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/webfs.rb b/Formula/webfs.rb index aaa39bd911..c71b07b54f 100644 --- a/Formula/webfs.rb +++ b/Formula/webfs.rb @@ -1,6 +1,6 @@ class Webfs < Formula desc "HTTP server for purely static content" - homepage "https://linux.bytesex.org/misc/webfs.html" + homepage "http://linux.bytesex.org/misc/webfs.html" url "https://www.kraxel.org/releases/webfs/webfs-1.21.tar.gz" sha256 "98c1cb93473df08e166e848e549f86402e94a2f727366925b1c54ab31064a62a" revision 1 @@ -15,7 +15,7 @@ class Webfs < Formula sha256 "79c670478aeb8f97d702a5112fde2dab07c92145ea836c12bfdf9a1acfca4232" => :mavericks end - depends_on "openssl" + depends_on "openssl@1.1" patch :p0 do url "https://raw.githubusercontent.com/Homebrew/formula-patches/0518a6d1/webfs/patch-ls.c"