Skip to content

Commit 63bec07

Browse files
authored
Merge pull request #7475 from radarhere/harfbuzz
Updated harfbuzz to 8.3.0
2 parents e1291b8 + de86f0a commit 63bec07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARCHIVE_SDIR=pillow-depends-main
1616

1717
# Package versions for fresh source builds
1818
FREETYPE_VERSION=2.13.2
19-
HARFBUZZ_VERSION=8.2.1
19+
HARFBUZZ_VERSION=8.3.0
2020
LIBPNG_VERSION=1.6.40
2121
JPEGTURBO_VERSION=3.0.1
2222
OPENJPEG_VERSION=2.5.0

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ def cmd_msbuild(
345345
"libs": [r"imagequant.lib"],
346346
},
347347
"harfbuzz": {
348-
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.2.1.zip",
349-
"filename": "harfbuzz-8.2.1.zip",
350-
"dir": "harfbuzz-8.2.1",
348+
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.3.0.zip",
349+
"filename": "harfbuzz-8.3.0.zip",
350+
"dir": "harfbuzz-8.3.0",
351351
"license": "COPYING",
352352
"build": [
353353
*cmds_cmake(

0 commit comments

Comments
 (0)