From c99b73c16b725ec2bf2f5417f28d1688c3322d7d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 20 Oct 2021 12:08:02 +0100 Subject: upgrade freetype to 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I794e188daf2d50c457a80bc3b12bfafd0c91c8aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123887 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- bin/oss-fuzz-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index e7394d515061..78c4e0a940b9 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -61,7 +61,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/libxml2-2.9.12.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/libxslt-1.1.34.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/hunspell-1.7.0.tar.gz \ - -C - -O https://dev-www.libreoffice.org/src/freetype-2.9.1.tar.bz2 \ + -C - -O https://dev-www.libreoffice.org/src/freetype-2.11.0.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/fontconfig-2.13.91.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/libepoxy-1.5.9.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz \ -- cgit