Skip to content

Commit

Permalink
Upgrade to libvips v8.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Sep 21, 2024
1 parent 58518d6 commit ea769b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyvips-binary/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pyvips-binary"
# Must be kept in sync with `scripts/download-vips.py`
version = "8.15.0"
version = "8.15.3"
authors = [
{name = "John Cupitt", email = "jcupitt@gmail.com"},
]
Expand Down
2 changes: 1 addition & 1 deletion pyvips-binary/scripts/cibw_before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ includedir=\${prefix}/include
Name: vips
Description: Image processing library
Version: 8.15.0
Version: 8.15.3
Requires:
Libs: -L\${libdir} ${linkname}
Cflags: -I\${includedir} -I\${includedir}/glib-2.0 -I\${libdir}/glib-2.0/include
Expand Down
2 changes: 1 addition & 1 deletion pyvips-binary/scripts/download-vips.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from urllib.error import HTTPError

# Must be kept in sync with `../pyproject.toml`
VIPS_VERSION = '8.15.0'
VIPS_VERSION = '8.15.3'
BASE_LOC = (
'https://github.com/kleisauke/libvips-packaging/releases'
)
Expand Down

0 comments on commit ea769b2

Please sign in to comment.