File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ install:
67
67
- 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
68
68
- if [ "$USE_PCRE2" != "Y" ] && [ ! -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
69
69
- if [ "$USE_PCRE2" = "Y" ] && [ ! -f download-cache/pcre2-$PCRE2_VER.tar.gz ]; then wget -P download-cache https://downloads.sourceforge.net/project/pcre/pcre2/${PCRE2_VER}/pcre2-${PCRE2_VER}.tar.gz; fi
70
- - git clone -b bump-1.27.0 https://github.com/xiaocang /openresty.git ../openresty
70
+ - git clone https://github.com/openresty /openresty.git ../openresty
71
71
- git clone https://github.com/openresty/openresty-devel-utils.git
72
72
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
73
73
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
You can’t perform that action at this time.
0 commit comments