comparison src/freetype.mk @ 6201:bb1316a9e0ec

* src/freetype.mk: update to v2.12.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 02 May 2022 08:40:03 -0400
parents 73f02ce0a6cc
children 92cd7ad915b6
comparison
equal deleted inserted replaced
6200:e06422fcfcb9 6201:bb1316a9e0ec
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.12.0 6 $(PKG)_VERSION := 2.12.1
7 $(PKG)_CHECKSUM := fd1eb1a27f178808e1d8ccd82c71abfa5d0ebe13 7 $(PKG)_CHECKSUM := 5133eed28a7624ffabbf6d00aa3f68b841d62d80
8 $(PKG)_SUBDIR := freetype-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := freetype-$($(PKG)_VERSION)
9 $(PKG)_FILE := freetype-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := freetype-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/freetype/freetype2/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/freetype/freetype2/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := libpng zlib bzip2 11 $(PKG)_DEPS := libpng zlib bzip2
12 12