diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 12:31:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 18:24:51 +0200 |
commit | 5d05355039ee11f4ba6429d4781d030900c3a829 (patch) | |
tree | 5c5440d903ab1e98a1cbb9715358cd732c859e29 /bin | |
parent | 6ae257e3fc7f07daab1ad8614f934f9027b0a604 (diff) |
upgrade fontconfig to 2.13.94
Change-Id: I5914c16db85c688b38575f510a44c7ddb043d2e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123888
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 1ba6f10ab5f7..39ff8a8d8d5b 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -62,7 +62,7 @@ curl --no-progress-meter -S \ -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.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/fontconfig-2.13.94.tar.xz \ -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 \ -C - -O https://dev-www.libreoffice.org/src/libnumbertext-1.0.7.tar.xz \ |