Skip to content

Commit 14673a9

Browse files
neutriccarlocab
authored andcommitted
nginx 1.23.1
* nginx 1.23.1 * nginx: depend on `libxcrypt` on Linux Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
1 parent c4a6cb7 commit 14673a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/nginx.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Nginx < Formula
33
homepage "https://nginx.org/"
44
# Use "mainline" releases only (odd minor version number), not "stable"
55
# See https://www.nginx.com/blog/nginx-1-12-1-13-released/ for why
6-
url "https://nginx.org/download/nginx-1.23.0.tar.gz"
7-
sha256 "820acaa35b9272be9e9e72f6defa4a5f2921824709f8aa4772c78ab31ed94cd1"
6+
url "https://nginx.org/download/nginx-1.23.1.tar.gz"
7+
sha256 "5eee1bd1c23e3b9477a45532f1f36ae6178b43d571a9607e6953cef26d5df1e2"
88
license "BSD-2-Clause"
99
head "https://hg.nginx.org/nginx/", using: :hg
1010

@@ -26,6 +26,7 @@ class Nginx < Formula
2626
depends_on "pcre2"
2727

2828
uses_from_macos "xz" => :build
29+
uses_from_macos "libxcrypt"
2930

3031
def install
3132
# keep clean copy of source for compiling dynamic modules e.g. passenger

0 commit comments

Comments
 (0)