Skip to content

Commit e7e5420

Browse files
authored
Merge pull request #8612 from radarhere/webp
Updated libwebp to 1.5.0
2 parents 5bd2f48 + 0e80a5a commit e7e5420

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ else
5151
GIFLIB_VERSION=5.2.1
5252
fi
5353
ZLIB_NG_VERSION=2.2.2
54-
LIBWEBP_VERSION=1.4.0
54+
LIBWEBP_VERSION=1.5.0
5555
BZIP2_VERSION=1.0.8
5656
LIBXCB_VERSION=1.17.0
5757
BROTLI_VERSION=1.1.0

depends/install_webp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# install webp
33

4-
archive=libwebp-1.4.0
4+
archive=libwebp-1.5.0
55

66
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz
77

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def cmd_msbuild(
117117
"JPEGTURBO": "3.1.0",
118118
"LCMS2": "2.16",
119119
"LIBPNG": "1.6.44",
120-
"LIBWEBP": "1.4.0",
120+
"LIBWEBP": "1.5.0",
121121
"OPENJPEG": "2.5.3",
122122
"TIFF": "4.6.0",
123123
"XZ": "5.6.3",

0 commit comments

Comments
 (0)