diff --git a/README.md b/README.md index ccf32e8b..5c0ced64 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help. | [librsvg] | 2.55.1 | LGPLv3 | | [libspng] | 0.7.2 | BSD 2-Clause | | [libtiff] | 4.4.0 | [libtiff License] (BSD-like) | -| [libvips] | 8.13.1 | LGPLv3 | +| [libvips] | 8.13.2 | LGPLv3 | | [libwebp] | 1.2.4 | New BSD License | | [libxml2] | 2.10.2 | MIT Licence | | [mozjpeg] | 4.1.1 | [zlib License, IJG License, BSD-3-Clause] | diff --git a/build/variables.sh b/build/variables.sh index 08e0e112..dd8765fd 100755 --- a/build/variables.sh +++ b/build/variables.sh @@ -2,7 +2,7 @@ vips_package=vips vips_version=8.13 -vips_patch_version=1 +vips_patch_version=2 #vips_pre_version=rc2 if [ -n "$GIT_COMMIT" ]; then diff --git a/build/vips-all.mk b/build/vips-all.mk index b5a9eb64..4eb527ca 100644 --- a/build/vips-all.mk +++ b/build/vips-all.mk @@ -2,8 +2,8 @@ PKG := vips-all $(PKG)_WEBSITE := https://libvips.github.io/libvips/ $(PKG)_DESCR := A fast image processing library with low memory needs. $(PKG)_IGNORE := -$(PKG)_VERSION := 8.13.1 -$(PKG)_CHECKSUM := ad377b7e561bb2118de9a3864fcaa60c61ba7f47e849f6044d1b339906197702 +$(PKG)_VERSION := 8.13.2 +$(PKG)_CHECKSUM := 41db5ed40a22ad50f8f37782e1ae5bac76f9f2e0b5731728f97c55f245f1da2a $(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch))) $(PKG)_GH_CONF := libvips/libvips/releases,v $(PKG)_SUBDIR := vips-$($(PKG)_VERSION) diff --git a/build/vips-web.mk b/build/vips-web.mk index 60988e93..e85a6466 100644 --- a/build/vips-web.mk +++ b/build/vips-web.mk @@ -2,8 +2,8 @@ PKG := vips-web $(PKG)_WEBSITE := https://libvips.github.io/libvips/ $(PKG)_DESCR := A fast image processing library with low memory needs. $(PKG)_IGNORE := -$(PKG)_VERSION := 8.13.1 -$(PKG)_CHECKSUM := ad377b7e561bb2118de9a3864fcaa60c61ba7f47e849f6044d1b339906197702 +$(PKG)_VERSION := 8.13.2 +$(PKG)_CHECKSUM := 41db5ed40a22ad50f8f37782e1ae5bac76f9f2e0b5731728f97c55f245f1da2a $(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch))) $(PKG)_GH_CONF := libvips/libvips/releases,v $(PKG)_SUBDIR := vips-$($(PKG)_VERSION)