Skip to content

Commit

Permalink
lighttpd: switch to openssl@3
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jun 25, 2023
1 parent a253d63 commit 122c2cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/lighttpd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Lighttpd < Formula
url "https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.71.tar.xz"
sha256 "b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac"
license "BSD-3-Clause"
revision 1

livecheck do
url "https://www.lighttpd.net/download/"
Expand All @@ -25,7 +26,7 @@ class Lighttpd < Formula
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "openldap"
depends_on "openssl@1.1"
depends_on "openssl@3"
depends_on "pcre2"

uses_from_macos "libxcrypt"
Expand Down

0 comments on commit 122c2cb

Please sign in to comment.