comparison src/freetype.mk @ 4565:e8e6e646e17d

freetype:update to v2.8.1 * src/freetype.mk: update version, checksum
author John D
date Thu, 30 Nov 2017 13:41:20 -0500
parents a8c3ca78f7a7
children dc3eb553f5e9
comparison
equal deleted inserted replaced
4564:c27cf895031e 4565:e8e6e646e17d
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.8 6 $(PKG)_VERSION := 2.8.1
7 $(PKG)_CHECKSUM := 42c6b1f733fe13a3eba135f5025b22cb68450f91 7 $(PKG)_CHECKSUM := 417bb3747c4ac95b6f2652024a53fad45581fa1c
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 := libpng zlib 11 $(PKG)_DEPS := libpng zlib
12 12