1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 00:17:46 +00:00

Ports/fontconfig: Update fontconfig to version 2.14.2

This commit is contained in:
EWouters 2023-09-01 19:15:26 +02:00 committed by Jelle Raaijmakers
parent a047e939fa
commit 506a89f3e7
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='fontconfig'
version='2.14.0'
version='2.14.2'
depends=(
'freetype'
'libxml2'
)
files=(
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz#dcbeb84c9c74bbfdb133d535fe1c7bedc9f2221a8daf3914b984c44c520e9bac"
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz#dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b"
)
useconfigure='true'
use_fresh_config_sub='true'