win32: upgraded deps openssl, zlib, and pcre.

This commit is contained in:
Yichun Zhang (agentzh) 2023-03-08 15:23:08 -08:00
parent 9fcf59d7b2
commit 0d32bd9bdb
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
PCRE=pcre-8.44 PCRE=pcre-8.45
ZLIB=zlib-1.2.12 ZLIB=zlib-1.2.13
OPENSSL=openssl-1.1.1p OPENSSL=openssl-1.1.1t
JOBS=12 JOBS=12
# wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz # wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz