Skip to content

Commit 2fd8bcb

Browse files
committed
Update freetype download link
1 parent 65a256d commit 2fd8bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/manylinux-build/docker_base/freetype/build-freetype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FREETYPE="freetype-2.13.2"
77
HARFBUZZ_VER=8.2.1
88
HARFBUZZ_NAME="harfbuzz-$HARFBUZZ_VER"
99

10-
curl -sL --retry 10 http://download.savannah.gnu.org/releases/freetype/${FREETYPE}.tar.gz > ${FREETYPE}.tar.gz
10+
curl -sL --retry 10 https://savannah.nongnu.org/download/freetype/${FREETYPE}.tar.gz > ${FREETYPE}.tar.gz
1111
curl -sL --retry 10 https://github.com/harfbuzz/harfbuzz/releases/download/${HARFBUZZ_VER}/${HARFBUZZ_NAME}.tar.xz > ${HARFBUZZ_NAME}.tar.xz
1212
sha512sum -c freetype.sha512
1313

0 commit comments

Comments
 (0)