File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class Nginx < Formula
3
3
homepage "https://nginx.org/"
4
4
# Use "mainline" releases only (odd minor version number), not "stable"
5
5
# 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 "
8
8
license "BSD-2-Clause"
9
9
head "https://hg.nginx.org/nginx/" , using : :hg
10
10
@@ -26,6 +26,7 @@ class Nginx < Formula
26
26
depends_on "pcre2"
27
27
28
28
uses_from_macos "xz" => :build
29
+ uses_from_macos "libxcrypt"
29
30
30
31
def install
31
32
# keep clean copy of source for compiling dynamic modules e.g. passenger
You can’t perform that action at this time.
0 commit comments