diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-06-28 19:03:16 +0900 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-07-05 13:52:40 +0200 |
commit | 0ae4def1b72bba636ca9b51a06fb190c28e7e360 (patch) | |
tree | 592729adfa7b9307fbd7777227828c0688ff0a90 | |
parent | 93900412adbb3efb8e1e1347e58d8b359d0f2231 (diff) |
Upgrade Harfbuzz to 7.3.0
Release Notes:
https://github.com/harfbuzz/harfbuzz/releases/tag/7.2.0 (v7.2.0)
https://github.com/harfbuzz/harfbuzz/releases/tag/7.3.0 (v7.3.0)
Change-Id: I4f57b7e829f2356b5e2b442ff00df555121c0e66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153729
Tested-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
(cherry picked from commit 8492195582a546b607bb15bc61adb64dcd74b904)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153894
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r-- | download.lst | 4 | ||||
-rw-r--r-- | external/harfbuzz/README | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/download.lst b/download.lst index b179b4ba7034..0fa89e658822 100644 --- a/download.lst +++ b/download.lst @@ -222,8 +222,8 @@ GRAPHITE_TARBALL := graphite2-minimal-1.3.14.tgz # three static lines # so that git cherry-pick # will not run into conflicts -HARFBUZZ_SHA256SUM := f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b -HARFBUZZ_TARBALL := harfbuzz-7.1.0.tar.xz +HARFBUZZ_SHA256SUM := 20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb +HARFBUZZ_TARBALL := harfbuzz-7.3.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/external/harfbuzz/README b/external/harfbuzz/README index 149da5566ab9..557c0a724ce8 100644 --- a/external/harfbuzz/README +++ b/external/harfbuzz/README @@ -1 +1,5 @@ -HarfBuzz is an OpenType text shaping engine. From [https://harfbuzz.github.io/]. +HarfBuzz is an OpenType text shaping engine. + +From [https://harfbuzz.github.io/]. + +Release archives at [https://github.com/harfbuzz/harfbuzz/releases]. |