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 3131ZLIB=" $( curl -s ' https://zlib.net/' | grep -ioP ' zlib-(\d+\.)+\d+' | sort -ruV | head -1) "
3232ZLIB=" ${ZLIB:- zlib-1.2.11} "
3333echo " ${ZLIB} "
34- PCRE=" $( curl -s ' https://ftp. pcre.org/pub /pcre/' | grep -ioP ' pcre-(\d+\.)+\d+' | sort -ruV | head -1) "
34+ PCRE=" $( curl -s ' https://sourceforge.net/projects/ pcre/rss?path= /pcre/' | grep -ioP ' pcre-(\d+\.)+\d+' | sort -ruV | head -1) "
3535PCRE=" ${PCRE:- pcre-8.45} "
3636echo " ${PCRE} "
3737OPENSSL=" $( curl -s ' https://www.openssl.org/source/' | grep -ioP ' openssl-1\.(\d+\.)+[a-z\d]+' | sort -ruV | head -1) "
@@ -68,7 +68,7 @@ git am -3 ../nginx-*.patch
6868wget -c -nv " https://zlib.net/${ZLIB} .tar.xz" || \
6969 wget -c -nv " http://prdownloads.sourceforge.net/libpng/${ZLIB} .tar.xz"
7070tar -xf " ${ZLIB} .tar.xz"
71- wget -c -nv " https://ftp.pcre.org/pub /pcre/${PCRE} .tar.bz2"
71+ wget -c -nv " https://download.sourceforge.net/project /pcre/pcre/ $( echo $PCRE | sed ' s/pcre-// ' ) /${PCRE} .tar.bz2"
7272tar -xf " ${PCRE} .tar.bz2"
7373wget -c -nv " https://www.openssl.org/source/${OPENSSL} .tar.gz"
7474tar -xf " ${OPENSSL} .tar.gz"
You can’t perform that action at this time.
0 commit comments