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 34
34
- LUAJIT_LIB=$LUAJIT_PREFIX/lib
35
35
- LUAJIT_INC=$LUAJIT_PREFIX/include/luajit-2.1
36
36
- LUA_INCLUDE_DIR=$LUAJIT_INC
37
- - PCRE_VER=8.41
37
+ - PCRE_VER=8.44
38
38
- PCRE_PREFIX=/opt/pcre
39
39
- PCRE_LIB=$PCRE_PREFIX/lib
40
40
- PCRE_INC=$PCRE_PREFIX/include
@@ -64,7 +64,7 @@ before_install:
64
64
65
65
install :
66
66
- if [ ! -f download-cache/drizzle7-$DRIZZLE_VER.tar.gz ]; then wget -P download-cache http://openresty.org/download/drizzle7-$DRIZZLE_VER.tar.gz; fi
67
- - 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
67
+ - 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
68
68
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz; fi
69
69
- git clone https://github.com/openresty/test-nginx.git
70
70
- git clone https://github.com/openresty/openresty.git ../openresty
You can’t perform that action at this time.
0 commit comments