We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76d996 commit 8f1423cCopy full SHA for 8f1423c
1 file changed
build-ffmpeg
@@ -368,7 +368,7 @@ fi
368
##
369
370
if build "giflib" "5.2.2"; then
371
- download "https://netcologne.dl.sourceforge.net/project/giflib/giflib-$CURRENT_PACKAGE_VERSION.tar.gz"
+ download "https://sources.voidlinux.org/giflib-$CURRENT_PACKAGE_VERSION/giflib-$CURRENT_PACKAGE_VERSION.tar.gz"
372
cd "${PACKAGES}"/giflib-$CURRENT_PACKAGE_VERSION || exit
373
#building docs fails if the tools needed are not installed
374
#there is no option to not build the docs on Linux, we need to modify the Makefile
0 commit comments