diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-03 21:20:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-03 22:21:28 +0100 |
commit | ba72fc10571a0987b181564a2fc6395165ed6805 (patch) | |
tree | 03e5df95533fb36665de2b6d4704fb239ca52b36 /bin | |
parent | eb07a0e76fe240a184348d96a6cebf7c0a229ac0 (diff) |
oss-fuzz build will need new mdds too
Change-Id: I9ad34b6a5fe4dc5bcc79d949241739771ddadf75
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124662
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 c72f63d4e1e0..08f53cd02be9 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -50,7 +50,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/pixman-0.40.0.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/zlib-1.2.11.tar.xz \ - -C - -O https://dev-www.libreoffice.org/src/mdds-1.7.0.tar.bz2 \ + -C - -O https://dev-www.libreoffice.org/src/mdds-2.0.0.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/openssl-1.1.1l.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/language-subtag-registry-2021-08-06.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/graphite2-minimal-1.3.14.tgz \ |