From d676c8a0c17492ddc784c3dac8cdd844b1eb0a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:40:57 +0100 Subject: [PATCH] libvips: update to 8.17.3 (#26789) --- mingw-w64-libvips/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-libvips/PKGBUILD b/mingw-w64-libvips/PKGBUILD index 38d2c95cfc..a31889daaa 100644 --- a/mingw-w64-libvips/PKGBUILD +++ b/mingw-w64-libvips/PKGBUILD @@ -3,8 +3,8 @@ _realname=libvips pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=8.17.2 -pkgrel=2 +pkgver=8.17.3 +pkgrel=1 pkgdesc="A fast image processing library with low memory needs (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -57,7 +57,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-libheif: for heif module" "${MINGW_PACKAGE_PREFIX}-openslide: for openslide module" "${MINGW_PACKAGE_PREFIX}-poppler: for poppler module") source=("https://github.com/libvips/libvips/releases/download/v${pkgver}/vips-${pkgver}.tar.xz") -sha256sums=('57ea0ec4f30ea04748c9e8eec5415e7c9ac7cafe6822e4788fc110376a1d224a') +sha256sums=('41e9a1439cd57dcc6d4435a085e2cfe181d9da1962fa84a484f09e8b536e4b77') prepare() { cd "${srcdir}/vips-${pkgver}"