Skip to content

Commit

Permalink
Update download URLs for old (< 2.7.1) FreeType versions
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Sep 3, 2021
1 parent db1cc36 commit a8085e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/freetype/2.5.4/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MASON_PKGCONFIG_FILE=lib/pkgconfig/freetype2.pc

function mason_load_source {
mason_download \
https://nongnu.askapache.com/freetype/freetype-${MASON_VERSION}.tar.bz2 \
https://nongnu.askapache.com/freetype/freetype-old/freetype-${MASON_VERSION}.tar.bz2 \
0646f7e62a6191affe92270e2544e6011f5227e8

mason_extract_tar_bz2
Expand Down
2 changes: 1 addition & 1 deletion scripts/freetype/2.5.5/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MASON_PKGCONFIG_FILE=lib/pkgconfig/freetype2.pc

function mason_load_source {
mason_download \
https://nongnu.askapache.com/freetype/freetype-${MASON_VERSION}.tar.bz2 \
https://nongnu.askapache.com/freetype/freetype-old/freetype-${MASON_VERSION}.tar.bz2 \
c857bfa638b9c71e48baacd1cb12be446b62c333

mason_extract_tar_bz2
Expand Down
2 changes: 1 addition & 1 deletion scripts/freetype/2.6.5/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MASON_PKGCONFIG_FILE=lib/pkgconfig/freetype2.pc

function mason_load_source {
mason_download \
https://nongnu.askapache.com/freetype/freetype-${MASON_VERSION}.tar.bz2 \
https://nongnu.askapache.com/freetype/freetype-old/freetype-${MASON_VERSION}.tar.bz2 \
24dd30c95d3795cb3d82a760b9858992de262630

mason_extract_tar_bz2
Expand Down
2 changes: 1 addition & 1 deletion scripts/freetype/2.6/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MASON_PKGCONFIG_FILE=lib/pkgconfig/freetype2.pc

function mason_load_source {
mason_download \
https://nongnu.askapache.com/freetype/freetype-${MASON_VERSION}.tar.bz2 \
https://nongnu.askapache.com/freetype/freetype-old/freetype-${MASON_VERSION}.tar.bz2 \
3cdf364b5db1c1adba670b188d76035ecba2d77c

mason_extract_tar_bz2
Expand Down

0 comments on commit a8085e4

Please sign in to comment.