mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
win32: upgraded PCRE, zlib, and OpenSSL to their latest releases.
This commit is contained in:
parent
2044681992
commit
b59ef879a5
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
PCRE=pcre-8.39
|
||||
ZLIB=zlib-1.2.8
|
||||
OPENSSL=openssl-1.0.2j
|
||||
PCRE=pcre-8.40
|
||||
ZLIB=zlib-1.2.11
|
||||
OPENSSL=openssl-1.0.2k
|
||||
|
||||
rm -rf objs || exit 1
|
||||
mkdir -p objs/lib || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user