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 2a5ea27 commit ef5123cCopy full SHA for ef5123c
nginx-build-msys2.sh
@@ -37,8 +37,8 @@ echo "${PCRE}"
37
PCRE2="$(curl -s 'https://api.github.com/repos/PhilipHazel/pcre2/releases/latest' | grep -ioP 'pcre2-(\d+\.)+\d+' |sort -ruV | head -1)"
38
PCRE2="${PCRE2:-pcre2-10.42}"
39
echo "${PCRE2}"
40
-OPENSSL="$(curl -s 'https://www.openssl.org/source/' | grep -ioP 'openssl-3\.0\.\d+' | sort -ruV | head -1)"
41
-OPENSSL="${OPENSSL:-openssl-3.0.13}"
+OPENSSL="$(curl -s 'https://openssl-library.org/source/' | grep -ioP 'openssl-3\.0\.\d+' | sort -ruV | head -1)"
+OPENSSL="${OPENSSL:-openssl-3.0.14}"
42
echo "${OPENSSL}"
43
44
# clone and patch nginx
0 commit comments