Skip to content

Commit f9ee32b

Browse files
committed
Merge pull request #22 from Darayus/master
Fix the freetype link error
2 parents 0a47423 + 3034125 commit f9ee32b

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 Dan Peori ([email protected])
33

44
## Download the source code.
5-
wget --continue http://voxel.dl.sourceforge.net/project/freetype/freetype2/2.4.3/freetype-2.4.3.tar.gz
5+
wget --continue http://download.savannah.gnu.org/releases/freetype/freetype-2.4.3.tar.gz
66

77
## Unpack the source code.
88
rm -Rf freetype-2.4.3 && tar xfvz freetype-2.4.3.tar.gz && cd freetype-2.4.3

0 commit comments

Comments
 (0)