Merge pull request #1815 from mbunkus/fontconfig-update-to-2.12.4-for-gcc6

fontconfig: update from 2.12.3 to 2.12.4
This commit is contained in:
mabrand 2017-07-09 21:28:49 +02:00 committed by GitHub
commit f6ed0d5183
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := fontconfig
$(PKG)_WEBSITE := https://fontconfig.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.12.3
$(PKG)_CHECKSUM := bd24bf6602731a11295c025909d918180e98385625182d3b999fd6f1ab34f8bd
$(PKG)_VERSION := 2.12.4
$(PKG)_CHECKSUM := 668293fcc4b3c59765cdee5cee05941091c0879edcc24dfec5455ef83912e45c
$(PKG)_SUBDIR := fontconfig-$($(PKG)_VERSION)
$(PKG)_FILE := fontconfig-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://fontconfig.org/release/$($(PKG)_FILE)