From 19fe0f97d19bee65bc2519ba462035b918a16a34 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 May 2025 12:49:36 -0600 Subject: [PATCH] fontconfig: update to 2.16.0 --- recipes/dev/fontconfig/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/dev/fontconfig/recipe.toml b/recipes/dev/fontconfig/recipe.toml index d49d5184f..883ac026b 100644 --- a/recipes/dev/fontconfig/recipe.toml +++ b/recipes/dev/fontconfig/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.xz" -blake3 = "dc342745b8e19ecda458464a9df7cf1266d0af759b230d07f43964b34ca86581" +tar = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.16.0.tar.xz" +blake3 = "5c95d48f5b9150f4a06d8acac12c25edaac956007df95a3bf527df02a5908f0e" patches = [ "redox.patch" ]