Skip to content

Commit 91e3f55

Browse files
committed
Updated harfbuzz to 8.2.2
1 parent f790878 commit 91e3f55

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.2.2
99
LIBPNG_VERSION=1.6.40
1010
JPEGTURBO_VERSION=3.0.0
1111
OPENJPEG_VERSION=2.5.0

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ def cmd_msbuild(
339339
"libs": [r"imagequant.lib"],
340340
},
341341
"harfbuzz": {
342-
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.2.1.zip",
343-
"filename": "harfbuzz-8.2.1.zip",
344-
"dir": "harfbuzz-8.2.1",
342+
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.2.2.zip",
343+
"filename": "harfbuzz-8.2.2.zip",
344+
"dir": "harfbuzz-8.2.2",
345345
"license": "COPYING",
346346
"build": [
347347
*cmds_cmake(

0 commit comments

Comments
 (0)