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 d1dd67d commit 512ef97Copy full SHA for 512ef97
nginx-build-msys2.sh
@@ -32,7 +32,8 @@ ZLIB="$(curl -s 'https://zlib.net/' | grep -ioP 'zlib-(\d+\.)+\d+' | sort -ruV |
32
ZLIB="${ZLIB:-zlib-1.2.11}"
33
PCRE="$(curl -s 'https://ftp.pcre.org/pub/pcre/' | grep -ioP 'pcre-(\d+\.)+\d+' | sort -ruV | head -1)"
34
PCRE="${PCRE:-pcre-8.42}"
35
-OPENSSL="openssl-1.1.1"
+OPENSSL="$(curl -s 'https://www.openssl.org/source/' | grep -ioP 'openssl-(\d+\.)+[a-z\d]+' | sort -ruV | head -1)"
36
+OPENSSL="${OPENSSL:-openssl-1.1.1a}"
37
38
# clone and patch nginx
39
if [[ -d nginx ]]; then
0 commit comments