Skip to content

Commit b51cb98

Browse files
committed
All downloads now use https
1 parent 589dde4 commit b51cb98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ if ! command_exists "curl"; then
166166
fi
167167

168168
if build "yasm"; then
169-
download "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" "yasm-1.3.0.tar.gz"
169+
download "https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" "yasm-1.3.0.tar.gz"
170170
cd "$PACKAGES"/yasm-1.3.0 || exit
171171
execute ./configure --prefix="${WORKSPACE}"
172172
execute make -j $MJOBS
@@ -184,7 +184,7 @@ if build "nasm"; then
184184
fi
185185

186186
if build "opencore"; then
187-
download "http://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopencore-amr%2Ffiles%2Fopencore-amr%2F&ts=1442256558&use_mirror=netassist" "opencore-amr-0.1.5.tar.gz"
187+
download "https://deac-riga.dl.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz" "opencore-amr-0.1.5.tar.gz"
188188
cd "$PACKAGES"/opencore-amr-0.1.5 || exit
189189
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
190190
execute make -j $MJOBS
@@ -288,7 +288,7 @@ if build "libtheora"; then
288288
fi
289289

290290
if build "pkg-config"; then
291-
download "http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz" "pkg-config-0.29.2.tar.gz"
291+
download "https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz" "pkg-config-0.29.2.tar.gz"
292292
cd "$PACKAGES"/pkg-config-0.29.2 || exit
293293
execute ./configure --silent --prefix="${WORKSPACE}" --with-pc-path="${WORKSPACE}"/lib/pkgconfig --with-internal-glib
294294
execute make -j $MJOBS

0 commit comments

Comments
 (0)