Skip to content

Commit 56e6172

Browse files
committed
Update for 8.14.5
1 parent cd9004e commit 56e6172

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
3737
| [librsvg] | 2.57.0 | LGPLv3 |
3838
| [libspng] | 0.7.4 | BSD 2-Clause |
3939
| [libtiff] | 4.6.0 | [libtiff License] (BSD-like) |
40-
| [libvips] | 8.14.4 | LGPLv3 |
40+
| [libvips] | 8.14.5 | LGPLv3 |
4141
| [libwebp] | 1.3.2 | New BSD License |
4242
| [libxml2] | 2.11.5 | MIT Licence |
4343
| [mozjpeg] | 4.1.4 | [zlib License, IJG License, BSD-3-Clause] |

build/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vips_package=vips
44
vips_version=8.14
5-
vips_patch_version=4
5+
vips_patch_version=5
66
#vips_pre_version=rc1
77

88
if [ -n "$GIT_COMMIT" ]; then

build/vips-all.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PKG := vips-all
22
$(PKG)_WEBSITE := https://libvips.github.io/libvips/
33
$(PKG)_DESCR := A fast image processing library with low memory needs.
44
$(PKG)_IGNORE :=
5-
$(PKG)_VERSION := 8.14.4
6-
$(PKG)_CHECKSUM := f6b7d86f6f25528859bd191c7e1159a4d6d0bdc0f46197ae8109f2f9d3cb90c0
5+
$(PKG)_VERSION := 8.14.5
6+
$(PKG)_CHECKSUM := 90374e9f6fbd5657b5faf306cacda20658d6144d385316b59b865bc1a487b68d
77
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
88
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
99
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)

build/vips-web.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PKG := vips-web
22
$(PKG)_WEBSITE := https://libvips.github.io/libvips/
33
$(PKG)_DESCR := A fast image processing library with low memory needs.
44
$(PKG)_IGNORE :=
5-
$(PKG)_VERSION := 8.14.4
6-
$(PKG)_CHECKSUM := f6b7d86f6f25528859bd191c7e1159a4d6d0bdc0f46197ae8109f2f9d3cb90c0
5+
$(PKG)_VERSION := 8.14.5
6+
$(PKG)_CHECKSUM := 90374e9f6fbd5657b5faf306cacda20658d6144d385316b59b865bc1a487b68d
77
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch)))
88
$(PKG)_GH_CONF := libvips/libvips/releases,v,,,,.tar.xz
99
$(PKG)_SUBDIR := vips-$($(PKG)_VERSION)

0 commit comments

Comments
 (0)