We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4674 commit e24c6f3Copy full SHA for e24c6f3
nginx-builder.sh
@@ -14,7 +14,7 @@ cd nginx
14
mkdir lib
15
cd lib
16
17
-git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45-RC1" # PCRE2
+git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45" # PCRE2
18
git clone "https://github.com/madler/zlib.git" ./zlib --branch "master" # zlib
19
git clone "https://github.com/openssl/openssl.git" ./openssl --branch "master" # OpenSSL
20
0 commit comments