mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-06 12:53:12 +03:00
Updated harfbuzz to 8.2.1
This commit is contained in:
parent
b7010a9326
commit
2b63e154b4
|
@ -5,7 +5,7 @@ ARCHIVE_SDIR=pillow-depends-main
|
||||||
|
|
||||||
# Package versions for fresh source builds
|
# Package versions for fresh source builds
|
||||||
FREETYPE_VERSION=2.13.2
|
FREETYPE_VERSION=2.13.2
|
||||||
HARFBUZZ_VERSION=8.2.0
|
HARFBUZZ_VERSION=8.2.1
|
||||||
LIBPNG_VERSION=1.6.40
|
LIBPNG_VERSION=1.6.40
|
||||||
JPEGTURBO_VERSION=3.0.0
|
JPEGTURBO_VERSION=3.0.0
|
||||||
OPENJPEG_VERSION=2.5.0
|
OPENJPEG_VERSION=2.5.0
|
||||||
|
|
|
@ -339,9 +339,9 @@ DEPS = {
|
||||||
"libs": [r"imagequant.lib"],
|
"libs": [r"imagequant.lib"],
|
||||||
},
|
},
|
||||||
"harfbuzz": {
|
"harfbuzz": {
|
||||||
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.2.0.zip",
|
"url": "https://github.com/harfbuzz/harfbuzz/archive/8.2.1.zip",
|
||||||
"filename": "harfbuzz-8.2.0.zip",
|
"filename": "harfbuzz-8.2.1.zip",
|
||||||
"dir": "harfbuzz-8.2.0",
|
"dir": "harfbuzz-8.2.1",
|
||||||
"license": "COPYING",
|
"license": "COPYING",
|
||||||
"build": [
|
"build": [
|
||||||
*cmds_cmake(
|
*cmds_cmake(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user