diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 12:08:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 14:50:41 +0200 |
commit | c99b73c16b725ec2bf2f5417f28d1688c3322d7d (patch) | |
tree | b328c3ce91bdd4ce817f40945d6df94a09988cee /bin | |
parent | 9574b70e5430b89d49e01e92e8fda0d674144706 (diff) |
upgrade freetype to 2.11.0
Change-Id: I794e188daf2d50c457a80bc3b12bfafd0c91c8aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123887
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |