Merge pull request #8375 from radarhere/libpng

Updated libpng to 1.6.44
This commit is contained in:
Hugo van Kemenade 2024-09-13 07:23:07 +03:00 committed by GitHub
commit e6cf27c5a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if [[ "$MB_ML_VER" != 2014 ]]; then
else else
HARFBUZZ_VERSION=8.5.0 HARFBUZZ_VERSION=8.5.0
fi fi
LIBPNG_VERSION=1.6.43 LIBPNG_VERSION=1.6.44
JPEGTURBO_VERSION=3.0.3 JPEGTURBO_VERSION=3.0.3
OPENJPEG_VERSION=2.5.2 OPENJPEG_VERSION=2.5.2
XZ_VERSION=5.4.5 XZ_VERSION=5.4.5

View File

@ -115,7 +115,7 @@ V = {
"HARFBUZZ": "9.0.0", "HARFBUZZ": "9.0.0",
"JPEGTURBO": "3.0.3", "JPEGTURBO": "3.0.3",
"LCMS2": "2.16", "LCMS2": "2.16",
"LIBPNG": "1.6.43", "LIBPNG": "1.6.44",
"LIBWEBP": "1.4.0", "LIBWEBP": "1.4.0",
"OPENJPEG": "2.5.2", "OPENJPEG": "2.5.2",
"TIFF": "4.6.0", "TIFF": "4.6.0",