win32: upgraded deps zlib to 1.3.1.

This commit is contained in:
jiahao 2024-07-09 14:49:20 +08:00
parent cc86d58043
commit 28857c35f1
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
#!/bin/bash
PCRE=pcre-8.45
ZLIB=zlib-1.3
ZLIB=zlib-1.3.1
OPENSSL=openssl-1.1.1w
JOBS=12
# wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz
# wget http://zlib.net/zlib-1.3.tar.gz
# wget http://zlib.net/zlib-1.3.1.tar.gz
# wget https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz
rm -rf objs || exit 1