File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help.
37
37
| [ librsvg] | 2.55.1 | LGPLv3 |
38
38
| [ libspng] | 0.7.2 | BSD 2-Clause |
39
39
| [ libtiff] | 4.4.0 | [ libtiff License] (BSD-like) |
40
- | [ libvips] | 8.13.1 | LGPLv3 |
40
+ | [ libvips] | 8.13.2 | LGPLv3 |
41
41
| [ libwebp] | 1.2.4 | New BSD License |
42
42
| [ libxml2] | 2.10.2 | MIT Licence |
43
43
| [ mozjpeg] | 4.1.1 | [ zlib License, IJG License, BSD-3-Clause] |
Original file line number Diff line number Diff line change 2
2
3
3
vips_package=vips
4
4
vips_version=8.13
5
- vips_patch_version=1
5
+ vips_patch_version=2
6
6
# vips_pre_version=rc2
7
7
8
8
if [ -n " $GIT_COMMIT " ]; then
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ PKG := vips-all
2
2
$(PKG)_WEBSITE := https://libvips.github.io/libvips/
3
3
$(PKG)_DESCR := A fast image processing library with low memory needs.
4
4
$(PKG)_IGNORE :=
5
- $(PKG)_VERSION := 8.13.1
6
- $(PKG)_CHECKSUM := ad377b7e561bb2118de9a3864fcaa60c61ba7f47e849f6044d1b339906197702
5
+ $(PKG)_VERSION := 8.13.2
6
+ $(PKG)_CHECKSUM := 41db5ed40a22ad50f8f37782e1ae5bac76f9f2e0b5731728f97c55f245f1da2a
7
7
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/vips-[0-9]* .patch) ) )
8
8
$(PKG)_GH_CONF := libvips/libvips/releases,v
9
9
$(PKG)_SUBDIR := vips-$($(PKG ) _VERSION)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ PKG := vips-web
2
2
$(PKG)_WEBSITE := https://libvips.github.io/libvips/
3
3
$(PKG)_DESCR := A fast image processing library with low memory needs.
4
4
$(PKG)_IGNORE :=
5
- $(PKG)_VERSION := 8.13.1
6
- $(PKG)_CHECKSUM := ad377b7e561bb2118de9a3864fcaa60c61ba7f47e849f6044d1b339906197702
5
+ $(PKG)_VERSION := 8.13.2
6
+ $(PKG)_CHECKSUM := 41db5ed40a22ad50f8f37782e1ae5bac76f9f2e0b5731728f97c55f245f1da2a
7
7
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/vips-[0-9]* .patch) ) )
8
8
$(PKG)_GH_CONF := libvips/libvips/releases,v
9
9
$(PKG)_SUBDIR := vips-$($(PKG ) _VERSION)
You can’t perform that action at this time.
0 commit comments