diff --git a/mingw-w64-libvips/PKGBUILD b/mingw-w64-libvips/PKGBUILD index 120ab0912bfff..8b9fc8f4bfc58 100644 --- a/mingw-w64-libvips/PKGBUILD +++ b/mingw-w64-libvips/PKGBUILD @@ -3,7 +3,7 @@ _realname=libvips pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=8.15.0 +pkgver=8.15.1 pkgrel=1 pkgdesc="A fast image processing library with low memory needs (mingw-w64)" arch=('any') @@ -47,7 +47,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-cairo" "${MINGW_PACKAGE_PREFIX}-openjpeg2" "${MINGW_PACKAGE_PREFIX}-pango") source=("https://github.com/libvips/libvips/releases/download/v${pkgver}/vips-${pkgver}.tar.xz") -sha256sums=('d33f81c6ab4bd1faeedc36dc32f880b19e9d5ff69b502e59d175332dfb8f63f1') +sha256sums=('06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c') prepare() { cd "${srcdir}/vips-${pkgver}"