Skip to content

Commit ef5123c

Browse files
authored
build: new openssl url
1 parent 2a5ea27 commit ef5123c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx-build-msys2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ echo "${PCRE}"
3737
PCRE2="$(curl -s 'https://api.github.com/repos/PhilipHazel/pcre2/releases/latest' | grep -ioP 'pcre2-(\d+\.)+\d+' |sort -ruV | head -1)"
3838
PCRE2="${PCRE2:-pcre2-10.42}"
3939
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}"
40+
OPENSSL="$(curl -s 'https://openssl-library.org/source/' | grep -ioP 'openssl-3\.0\.\d+' | sort -ruV | head -1)"
41+
OPENSSL="${OPENSSL:-openssl-3.0.14}"
4242
echo "${OPENSSL}"
4343

4444
# clone and patch nginx

0 commit comments

Comments
 (0)