Skip to content

Commit 2b2d52e

Browse files
committed
[depends] Freetype 2.6.3
Update FreeType, and change the download location to gnu.org. This is the other official download location listed on freetype.org
1 parent 715e9fd commit 2b2d52e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/packages/freetype.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=freetype
2-
$(package)_version=2.5.3
3-
$(package)_download_path=http://downloads.sourceforge.net/$(package)
2+
$(package)_version=2.6.3
3+
$(package)_download_path=http://download.savannah.gnu.org/releases/$(package)
44
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=c0848b29d52ef3ca27ad92e08351f023c5e24ce8cea7d8fe69fc96358e65f75e
5+
$(package)_sha256_hash=371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2
66

77
define $(package)_set_vars
88
$(package)_config_opts=--without-zlib --without-png --disable-static

0 commit comments

Comments
 (0)