From 2baa9f3ef66e2a935df8bdf9e829d58a25501229 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Fri, 3 Nov 2023 18:41:49 +0100 Subject: [PATCH] Update for 8.15.0-rc2 --- README.md | 4 ++-- build/variables.sh | 2 +- build/vips-all.mk | 4 ++-- build/vips-web.mk | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0b145741..dd58a526 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Run the top-level [build script](build.sh) with the `--help` parameter for help. | [zlib-ng] | 2.1.4 | [zlib-ng Licence] | ¹ [A fork](https://github.com/lovell/libimagequant) of the BSD 2-Clause licensed libimagequant v2.4.1 is used. -² libvips is built from the [`v8.15.0-rc1`](https://github.com/libvips/libvips/tree/v8.15.0-rc1) tag, see: -https://github.com/libvips/libvips/releases/tag/v8.15.0-rc1 +² libvips is built from the [`v8.15.0-rc2`](https://github.com/libvips/libvips/tree/v8.15.0-rc2) tag, see: +https://github.com/libvips/libvips/releases/tag/v8.15.0-rc2 [aom]: https://aomedia.googlesource.com/aom/ [Alliance for Open Media Patent License 1.0]: https://aomedia.org/license/patent-license/ diff --git a/build/variables.sh b/build/variables.sh index 7d61e3d7..866dddd4 100755 --- a/build/variables.sh +++ b/build/variables.sh @@ -3,7 +3,7 @@ vips_package=vips vips_version=8.15 vips_patch_version=0 -vips_pre_version=rc1 +vips_pre_version=rc2 if [ -n "$GIT_COMMIT" ]; then vips_version=$GIT_COMMIT diff --git a/build/vips-all.mk b/build/vips-all.mk index 697b36fd..2b63c713 100644 --- a/build/vips-all.mk +++ b/build/vips-all.mk @@ -3,9 +3,9 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/ $(PKG)_DESCR := A fast image processing library with low memory needs. $(PKG)_IGNORE := $(PKG)_VERSION := 8.15.0 -$(PKG)_CHECKSUM := af5f2aac8e73bd4dad08f4e0d6a505a4e8441aedad53d6263ab6bc5bd8fc5bb7 +$(PKG)_CHECKSUM := 104153ba40373f9e12ff50c7c30f4f36f8970ed35edef4cead500d548a79a509 $(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch))) -$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc1,,,.tar.xz +$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc2,,,.tar.xz $(PKG)_SUBDIR := vips-$($(PKG)_VERSION) $(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz $(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \ diff --git a/build/vips-web.mk b/build/vips-web.mk index 13f82891..244a4c79 100644 --- a/build/vips-web.mk +++ b/build/vips-web.mk @@ -3,9 +3,9 @@ $(PKG)_WEBSITE := https://libvips.github.io/libvips/ $(PKG)_DESCR := A fast image processing library with low memory needs. $(PKG)_IGNORE := $(PKG)_VERSION := 8.15.0 -$(PKG)_CHECKSUM := af5f2aac8e73bd4dad08f4e0d6a505a4e8441aedad53d6263ab6bc5bd8fc5bb7 +$(PKG)_CHECKSUM := 104153ba40373f9e12ff50c7c30f4f36f8970ed35edef4cead500d548a79a509 $(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/patches/vips-[0-9]*.patch))) -$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc1,,,.tar.xz +$(PKG)_GH_CONF := libvips/libvips/releases,v,-rc2,,,.tar.xz $(PKG)_SUBDIR := vips-$($(PKG)_VERSION) $(PKG)_FILE := vips-$($(PKG)_VERSION).tar.xz $(PKG)_DEPS := cc meson-wrapper libwebp librsvg glib pango libarchive \