From a21b4a4a0ec2efcca5971a5e72999077d60cac63 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 11 Apr 2025 23:48:14 +0000 Subject: [PATCH] fontconfig: update to 2.16.2 and PKG_URL ann: https://lists.freedesktop.org/archives/fontconfig/2025-April/007168.html release notes: https://gitlab.freedesktop.org/fontconfig/fontconfig/-/releases --- packages/x11/other/fontconfig/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/x11/other/fontconfig/package.mk b/packages/x11/other/fontconfig/package.mk index 79e2a849a0..07b5b1d9ab 100644 --- a/packages/x11/other/fontconfig/package.mk +++ b/packages/x11/other/fontconfig/package.mk @@ -3,11 +3,11 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="fontconfig" -PKG_VERSION="2.16.0" -PKG_SHA256="6a33dc555cc9ba8b10caf7695878ef134eeb36d0af366041f639b1da9b6ed220" +PKG_VERSION="2.16.2" +PKG_SHA256="165b8fd2a119864c87464b233986c4a1bc09efb09c65de1ca40cc1e85ffb77e2" 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.xz" +PKG_URL="https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_DEPENDS_TARGET="toolchain util-linux util-macros freetype libxml2 zlib expat" PKG_LONGDESC="Fontconfig is a library for font customization and configuration." PKG_TOOLCHAIN="configure"