summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-07-14 14:39:20 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-07-15 00:24:10 +0200
commita490420e62fcadb45fee9864b111e11f1414c4a9 (patch)
tree55d28da46e47b4b2045714e8682ebd7190eb876b /bin
parenttdf#125971: map file URLs from QFileDialog to LO internal format (diff)
downloadcore-a490420e62fcadb45fee9864b111e11f1414c4a9.tar.gz
core-a490420e62fcadb45fee9864b111e11f1414c4a9.zip
tdf#120047 use new opens___.ttf version 102.11
Change-Id: Iad48c663708dc9cda00d2a8534981f34c1c6f9d0 Reviewed-on: https://gerrit.libreoffice.org/75577 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 231fb0441981de788716c7574f03a9cef9c0e268) Reviewed-on: https://gerrit.libreoffice.org/75601 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oss-fuzz-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh
index 0e37243c8a7c..646accc8a017 100755
--- a/bin/oss-fuzz-build.sh
+++ b/bin/oss-fuzz-build.sh
@@ -31,7 +31,7 @@ for a in *fuzzer; do
#some minimal fonts required
mv $a $OUT
mkdir -p $OUT/$a.fonts
- cp $SRC/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf ../share/fonts/truetype/Liberation* $OUT/$a.fonts
+ cp $SRC/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf ../share/fonts/truetype/Liberation* $OUT/$a.fonts
#minimal runtime requirements
cp templateservices.rdb $OUT/$a.services.rdb
cp types.rdb $OUT/$a.types.rdb