Skip to content

Commit

Permalink
Merge pull request #2774 from pygame-community/ankith26-freetype-down…
Browse files Browse the repository at this point in the history
…load

Update freetype download link because current one is broken (fixes failing circleci builds)
  • Loading branch information
Starbuck5 authored Mar 27, 2024
2 parents bd184c3 + 2fd8bcb commit 8e87331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FREETYPE="freetype-2.13.2"
HARFBUZZ_VER=8.2.1
HARFBUZZ_NAME="harfbuzz-$HARFBUZZ_VER"

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

Expand Down

0 comments on commit 8e87331

Please sign in to comment.