Skip to content

Commit a6941d2

Browse files
committed
Updated harfbuzz to 8.3.0
1 parent 556dd1e commit a6941d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

wheels/config.sh

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

66
# Package versions for fresh source builds
77
FREETYPE_VERSION=2.13.2
8-
HARFBUZZ_VERSION=8.2.1
8+
HARFBUZZ_VERSION=8.3.0
99
LIBPNG_VERSION=1.6.40
1010
JPEGTURBO_VERSION=3.0.1
1111
OPENJPEG_VERSION=2.5.0

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ def cmd_msbuild(
337337
"libs": [r"imagequant.lib"],
338338
},
339339
"harfbuzz": {
340-
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.2.1.zip",
341-
"filename": "harfbuzz-8.2.1.zip",
342-
"dir": "harfbuzz-8.2.1",
340+
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.3.0.zip",
341+
"filename": "harfbuzz-8.3.0.zip",
342+
"dir": "harfbuzz-8.3.0",
343343
"license": "COPYING",
344344
"build": [
345345
*cmds_cmake(

0 commit comments

Comments
 (0)