diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 10:27:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-20 14:11:46 +0200 |
commit | 9574b70e5430b89d49e01e92e8fda0d674144706 (patch) | |
tree | 9d6fc45e4b9d448bd4586c02e50a6ee2733c26f3 /bin | |
parent | 40c9f83a82e45e5aa626811ce065d8b1b13b54b6 (diff) |
upgrade lcms2 to 2.12
Change-Id: I40c3239495c6050add3ce2343453241f8c825d62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123886
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 e43aa6bad992..e7394d515061 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -22,7 +22,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/expat-2.4.1.tar.bz2 \ -C - -O https://dev-www.libreoffice.org/src/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/libjpeg-turbo-1.5.3.tar.gz \ - -C - -O https://dev-www.libreoffice.org/src/lcms2-2.11.tar.gz \ + -C - -O https://dev-www.libreoffice.org/src/lcms2-2.12.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz \ -C - -O https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz \ -C - -O https://dev-www.libreoffice.org/src/cairo-1.17.4.tar.xz \ |