Skip to content

Commit 8e87331

Browse files
authored
Merge pull request #2774 from pygame-community/ankith26-freetype-download
Update freetype download link because current one is broken (fixes failing circleci builds)
2 parents bd184c3 + 2fd8bcb commit 8e87331

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)