Skip to content

Commit

Permalink
Merge pull request #8048 from radarhere/libjpeg-turbo
Browse files Browse the repository at this point in the history
Updated libjpeg-turbo to 3.0.3
  • Loading branch information
radarhere committed Jun 7, 2024
2 parents 5d8e372 + 13a33dc commit 0fbc3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARCHIVE_SDIR=pillow-depends-main
FREETYPE_VERSION=2.13.2
HARFBUZZ_VERSION=8.5.0
LIBPNG_VERSION=1.6.43
JPEGTURBO_VERSION=3.0.2
JPEGTURBO_VERSION=3.0.3
OPENJPEG_VERSION=2.5.2
XZ_VERSION=5.4.5
TIFF_VERSION=4.6.0
Expand Down
2 changes: 1 addition & 1 deletion winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def cmd_msbuild(
"FREETYPE": "2.13.2",
"FRIBIDI": "1.0.15",
"HARFBUZZ": "8.5.0",
"JPEGTURBO": "3.0.2",
"JPEGTURBO": "3.0.3",
"LCMS2": "2.16",
"LIBPNG": "1.6.43",
"LIBWEBP": "1.4.0",
Expand Down

0 comments on commit 0fbc3db

Please sign in to comment.