libvips: update to 8.17.3 (#26789)

This commit is contained in:
Miloš Komarčević
2025-12-09 12:40:57 +01:00
committed by GitHub
parent c1b6dd3ed2
commit d676c8a0c1

View File

@@ -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}"