Skip to content

Commit

Permalink
Upgrade to libvips v8.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 17, 2024
1 parent ae95402 commit 00ba72a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyvips-prebuilt/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-prebuilt"
# Must be kept in sync with `scripts/download-vips.py`
version = "8.15.1"
version = "8.15.2"
authors = [
{name = "John Cupitt", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion pyvips-prebuilt/scripts/cibw_before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ includedir=\${prefix}/include
Name: vips
Description: Image processing library
Version: 8.15.1
Version: 8.15.2
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-prebuilt/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.1'
VIPS_VERSION = '8.15.2'
BASE_LOC = (
'https://github.com/kleisauke/libvips-packaging/releases'
)
Expand Down

0 comments on commit 00ba72a

Please sign in to comment.