From 06c3c052ded54d58390b79d5a96640003fd171be Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 27 Jan 2023 22:33:40 +0000 Subject: [PATCH] fontconfig: update to 2.14.2 ann: - https://lists.freedesktop.org/archives/fontconfig/2023-January/006950.html changelog: - https://www.freedesktop.org/software/fontconfig/release/ChangeLog-2.14.2 readme: - https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/main/README --- packages/x11/other/fontconfig/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x11/other/fontconfig/package.mk b/packages/x11/other/fontconfig/package.mk index 870a643f3c..48c729ab84 100644 --- a/packages/x11/other/fontconfig/package.mk +++ b/packages/x11/other/fontconfig/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="fontconfig" -PKG_VERSION="2.14.1" -PKG_SHA256="ae480e9ca34382790312ff062c625ec70df94d6d9a9366e2b2b3d525f7f90387" +PKG_VERSION="2.14.2" +PKG_SHA256="3ba2dd92158718acec5caaf1a716043b5aa055c27b081d914af3ccb40dce8a55" PKG_LICENSE="OSS" PKG_SITE="https://www.freedesktop.org/wiki/Software/fontconfig/" PKG_URL="https://www.freedesktop.org/software/fontconfig/release/${PKG_NAME}-${PKG_VERSION}.tar.gz"