comparison src/freetype.mk @ 4401:ba9579a8fcb6

freetype: update to 2.8 * src/freetype.mk: update version, checksum
author John D
date Fri, 23 Jun 2017 15:19:05 -0400
parents e3f9496a54fa
children a8c3ca78f7a7
comparison
equal deleted inserted replaced
4400:beeb2fc30635 4401:ba9579a8fcb6
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := freetype 4 PKG := freetype
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.7 6 $(PKG)_VERSION := 2.8
7 $(PKG)_CHECKSUM := f251029d5ab542a96dd4531605fe577185077560 7 $(PKG)_CHECKSUM := 42c6b1f733fe13a3eba135f5025b22cb68450f91
8 $(PKG)_SUBDIR := freetype-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := freetype-$($(PKG)_VERSION)
9 $(PKG)_FILE := freetype-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := freetype-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freetype/freetype2/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freetype/freetype2/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := zlib 11 $(PKG)_DEPS := zlib
12 12