Skip to content

Commit 9fe3036

Browse files
lephilousophezeldin
authored andcommitted
Fix Freetype URL
1 parent 60e7618 commit 9fe3036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/004-freetype-2.4.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# freetype-2.4.3.sh by Naomi Peori ([email protected])
33

44
## Download the source code.
5-
wget --continue http://download.savannah.gnu.org/releases/freetype/freetype-2.4.3.tar.gz
5+
wget --continue http://download.savannah.gnu.org/releases/freetype/freetype-old/freetype-2.4.3.tar.gz
66

77
## Download an up-to-date config.guess and config.sub
88
if [ ! -f config.guess ]; then wget --continue http://git.savannah.gnu.org/cgit/config.git/plain/config.guess; fi

0 commit comments

Comments
 (0)