Skip to content

Commit 5720a3d

Browse files
committed
upgrade harfbuzz to 10.2.0
1 parent 22c1cf2 commit 5720a3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Tips:
164164
| FFmpeg | https://github.com/FFmpeg/FFmpeg.git | 6.1.2 | export GIT_FFMPEG_UPSTREAM = git@xx:yy/FFmpeg.git |
165165
| freetype | https://gitlab.freedesktop.org/freetype/freetype.git | 2.13.3 | export GIT_FREETYPE_UPSTREAM = git@xx:yy/freetype.git |
166166
| fribidi | https://github.com/fribidi/fribidi.git | 1.0.16 | export GIT_FRIBIDI_UPSTREAM = git@xx:yy/fribidi.git |
167-
| harfbuzz | https://github.com/harfbuzz/harfbuzz.git | 10.1.0 | export GIT_HARFBUZZ_UPSTREAM = git@xx:yy/harfbuzz.git |
167+
| harfbuzz | https://github.com/harfbuzz/harfbuzz.git | 10.2.0 | export GIT_HARFBUZZ_UPSTREAM = git@xx:yy/harfbuzz.git |
168168
| openssl | https://github.com/openssl/openssl.git | 1.1.1w | export GIT_OPENSSL_UPSTREAM = git@xx:yy/openssl.git |
169169
| opus | https://gitlab.xiph.org/xiph/opus.git | 1.5.2 | export GIT_OPUS_UPSTREAM = git@xx:yy/opus.git |
170170
| libunibreak | https://github.com/adah1972/libunibreak.git | 6.1 | export GIT_UNIBREAK_UPSTREAM = git@xx:yy/libunibreak.git |

configs/libs/harfbuzz.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export LIB_NAME='harfbuzz'
2626
export LIPO_LIBS="libharfbuzz libharfbuzz-subset"
2727
export LIB_DEPENDS_BIN="meson pkg-config"
2828
export GIT_LOCAL_REPO=extra/harfbuzz
29-
export GIT_COMMIT=10.1.0
29+
export GIT_COMMIT=10.2.0
3030
export REPO_DIR=harfbuzz
31-
export GIT_REPO_VERSION=10.1.0
31+
export GIT_REPO_VERSION=10.2.0
3232
export PRE_COMPILE_TAG=harfbuzz-10.1.0-250212150205
3333

3434
# you can export GIT_HARFBUZZ_UPSTREAM=git@xx:yy/HARFBUZZ.git use your mirror

0 commit comments

Comments
 (0)