diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-04-01 03:00:11 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-04-11 19:43:56 -0700 |
commit | e20d7788eca91d2c4b9696ef2f3d386528b96f24 (patch) | |
tree | 894d9eda6aea270bf5a0e6520b1b21b1b0ec0f54 /Ports/fontconfig | |
parent | e9d8e0e03e42f0bf76970cc86ca0e90f97a116c7 (diff) | |
download | serenity-e20d7788eca91d2c4b9696ef2f3d386528b96f24.zip |
Ports/fontconfig: Update fontconfig to version 2.14.0
Diffstat (limited to 'Ports/fontconfig')
-rwxr-xr-x | Ports/fontconfig/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/fontconfig/package.sh b/Ports/fontconfig/package.sh index f9c90805bb..412b380bea 100755 --- a/Ports/fontconfig/package.sh +++ b/Ports/fontconfig/package.sh @@ -1,10 +1,10 @@ #!/usr/bin/env -S bash ../.port_include.sh port=fontconfig -version=2.13.94 +version=2.14.0 useconfigure="true" use_fresh_config_sub="true" depends=("libxml2" "freetype") -files="https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz fontconfig-${version}.tar.xz a5f052cb73fd479ffb7b697980510903b563bbb55b8f7a2b001fcfb94026003c" +files="https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz fontconfig-${version}.tar.xz dcbeb84c9c74bbfdb133d535fe1c7bedc9f2221a8daf3914b984c44c520e9bac" auth_type="sha256" configopts=("--prefix=/usr/local" "--enable-libxml2" "LDFLAGS=-ldl -lxml2") |