summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormabrand <mabrand@mabrand.nl>2017-07-09 19:28:49 (GMT)
committerGitHub <noreply@github.com>2017-07-09 19:28:49 (GMT)
commitf6ed0d518335ec3d6c700daf6b7edf09ebdd25ff (patch)
treea58717ec77d23d5c9cfc3fc25321ce198271b33e
parente2ecdb2d1584c0757b33cf6758b0240aa354736e (diff)
parentf569ffe2ae7c0ecf9ec00300750a1ddc6959fc0f (diff)
downloadmxe-f6ed0d518335ec3d6c700daf6b7edf09ebdd25ff.zip
mxe-f6ed0d518335ec3d6c700daf6b7edf09ebdd25ff.tar.gz
mxe-f6ed0d518335ec3d6c700daf6b7edf09ebdd25ff.tar.bz2
Merge pull request #1815 from mbunkus/fontconfig-update-to-2.12.4-for-gcc6
fontconfig: update from 2.12.3 to 2.12.4
-rw-r--r--src/fontconfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk
index ca552b8..4dc6100 100644
--- a/src/fontconfig.mk
+++ b/src/fontconfig.mk
@@ -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)