Skip to content

Commit 3908769

Browse files
committed
travis: upgraded pcre to 8.44.
1 parent ada56de commit 3908769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
- LUAJIT_LIB=$LUAJIT_PREFIX/lib
3535
- LUAJIT_INC=$LUAJIT_PREFIX/include/luajit-2.1
3636
- LUA_INCLUDE_DIR=$LUAJIT_INC
37-
- PCRE_VER=8.41
37+
- PCRE_VER=8.44
3838
- PCRE_PREFIX=/opt/pcre
3939
- PCRE_LIB=$PCRE_PREFIX/lib
4040
- PCRE_INC=$PCRE_PREFIX/include
@@ -64,7 +64,7 @@ before_install:
6464

6565
install:
6666
- 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
6868
- 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
6969
- git clone https://github.com/openresty/test-nginx.git
7070
- git clone https://github.com/openresty/openresty.git ../openresty

0 commit comments

Comments
 (0)