Skip to content

Commit 75562a1

Browse files
committed
PCRE Mirror fix
1 parent ce01ac8 commit 75562a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-ffmpeg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PROGNAME=$(basename "$0")
77
FFMPEG_VERSION=4.4
8-
SCRIPT_VERSION=1.31
8+
SCRIPT_VERSION=1.32
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
1111
WORKSPACE="$CWD/workspace"
@@ -622,13 +622,13 @@ if command_exists "python3"; then
622622
execute ./waf install
623623
build_done "serd" "0.30.10"
624624
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"
627627
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
628628
execute make -j $MJOBS
629629
execute make install
630630

631-
build_done "pcre" "8.44"
631+
build_done "pcre" "8.45"
632632
fi
633633
if build "sord" "0.16.8"; then
634634
download "https://gitlab.com/drobilla/sord/-/archive/v0.16.8/sord-v0.16.8.tar.gz" "sord-v0.16.8.tar.gz"

0 commit comments

Comments
 (0)