File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
26
26
- LUAJIT_INC=$LUAJIT_PREFIX/include/luajit-2.1
27
27
- LUA_INCLUDE_DIR=$LUAJIT_INC
28
- - PCRE_VER=8.40
28
+ - PCRE_VER=8.44
29
29
- PCRE_PREFIX=/opt/pcre
30
30
- PCRE_LIB=$PCRE_PREFIX/lib
31
31
- PCRE_INC=$PCRE_PREFIX/include
@@ -45,7 +45,7 @@ services:
45
45
- redis-server
46
46
47
47
install :
48
- - if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ http ://ftp.cs.stanford.edu /pub/exim /pcre/pcre-$PCRE_VER.tar.gz; fi
48
+ - if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ https ://ftp.pcre.org /pub/pcre/pcre-$PCRE_VER.tar.gz; fi
49
49
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi
50
50
- git clone https://github.com/openresty/openresty-devel-utils.git
51
51
- git clone https://github.com/openresty/lua-cjson.git
You can’t perform that action at this time.
0 commit comments