win32: upgraded deps zlib to 1.3.1.
This commit is contained in:
parent
cc86d58043
commit
8b119bceb7
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PCRE=pcre-8.45
|
PCRE=pcre-8.45
|
||||||
ZLIB=zlib-1.3
|
ZLIB=zlib-1.3.1
|
||||||
OPENSSL=openssl-1.1.1w
|
OPENSSL=openssl-1.1.1w
|
||||||
JOBS=12
|
JOBS=12
|
||||||
|
|
||||||
# wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz
|
# 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
|
# wget https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz
|
||||||
|
|
||||||
rm -rf objs || exit 1
|
rm -rf objs || exit 1
|
||||||
|
|
Loading…
Reference in New Issue