Skip to content

Commit e24c6f3

Browse files
committed
修改pcre2源
1 parent 35d4674 commit e24c6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd nginx
1414
mkdir lib
1515
cd lib
1616

17-
git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45-RC1" # PCRE2
17+
git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45" # PCRE2
1818
git clone "https://github.com/madler/zlib.git" ./zlib --branch "master" # zlib
1919
git clone "https://github.com/openssl/openssl.git" ./openssl --branch "master" # OpenSSL
2020

0 commit comments

Comments
 (0)