File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
PROGNAME=$( basename " $0 " )
7
7
FFMPEG_VERSION=4.4
8
- SCRIPT_VERSION=1.31
8
+ SCRIPT_VERSION=1.32
9
9
CWD=$( pwd)
10
10
PACKAGES=" $CWD /packages"
11
11
WORKSPACE=" $CWD /workspace"
@@ -622,13 +622,13 @@ if command_exists "python3"; then
622
622
execute ./waf install
623
623
build_done " serd" " 0.30.10"
624
624
fi
625
- if build " pcre" " 8.44 " ; then
626
- download " https://ftp.pcre.org/pub /pcre/pcre-8.44 .tar.gz" " pcre-8.44 .tar.gz"
625
+ if build " pcre" " 8.45 " ; then
626
+ download " https://altushost-swe.dl.sourceforge.net/project /pcre/pcre/8.45/pcre -8.45 .tar.gz" " pcre-8.45 .tar.gz"
627
627
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
628
628
execute make -j $MJOBS
629
629
execute make install
630
630
631
- build_done " pcre" " 8.44 "
631
+ build_done " pcre" " 8.45 "
632
632
fi
633
633
if build " sord" " 0.16.8" ; then
634
634
download " https://gitlab.com/drobilla/sord/-/archive/v0.16.8/sord-v0.16.8.tar.gz" " sord-v0.16.8.tar.gz"
You can’t perform that action at this time.
0 commit comments