File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 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.
3737| [ librsvg] | 2.55.1 | LGPLv3 |
3838| [ libspng] | 0.7.2 | BSD 2-Clause |
3939| [ libtiff] | 4.4.0 | [ libtiff License] (BSD-like) |
40- | [ libvips] | 8.13.1 | LGPLv3 |
40+ | [ libvips] | 8.13.2 | LGPLv3 |
4141| [ libwebp] | 1.2.4 | New BSD License |
4242| [ libxml2] | 2.10.2 | MIT Licence |
4343| [ mozjpeg] | 4.1.1 | [ zlib License, IJG License, BSD-3-Clause] |
Original file line number Diff line number Diff line change 22
33vips_package=vips
44vips_version=8.13
5- vips_patch_version=1
5+ vips_patch_version=2
66# vips_pre_version=rc2
77
88if [ -n " $GIT_COMMIT " ]; then
Original file line number Diff line number Diff 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.13.1
6- $(PKG)_CHECKSUM := ad377b7e561bb2118de9a3864fcaa60c61ba7f47e849f6044d1b339906197702
5+ $(PKG)_VERSION := 8.13.2
6+ $(PKG)_CHECKSUM := 41db5ed40a22ad50f8f37782e1ae5bac76f9f2e0b5731728f97c55f245f1da2a
77$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/vips-[0-9]* .patch) ) )
88$(PKG)_GH_CONF := libvips/libvips/releases,v
99$(PKG)_SUBDIR := vips-$($(PKG ) _VERSION)
Original file line number Diff line number Diff 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.13.1
6- $(PKG)_CHECKSUM := ad377b7e561bb2118de9a3864fcaa60c61ba7f47e849f6044d1b339906197702
5+ $(PKG)_VERSION := 8.13.2
6+ $(PKG)_CHECKSUM := 41db5ed40a22ad50f8f37782e1ae5bac76f9f2e0b5731728f97c55f245f1da2a
77$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/vips-[0-9]* .patch) ) )
88$(PKG)_GH_CONF := libvips/libvips/releases,v
99$(PKG)_SUBDIR := vips-$($(PKG ) _VERSION)
You can’t perform that action at this time.
0 commit comments