From d1085c2e9e7868b1da42e770ec33cebf8daec2e5 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 24 Dec 2019 13:32:01 +0300 Subject: [PATCH] libvips: Update to 8.8.4 --- 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 6445cfc0c5..acced99ec8 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.8.3 -pkgrel=3 +pkgver=8.8.4 +pkgrel=1 pkgdesc="A fast image processing library with low memory needs (mingw-w64)" arch=('any') url="https://libvips.github.io/libvips/" @@ -36,7 +36,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-cairo" options=('staticlibs' 'strip') source=("https://github.com/libvips/libvips/releases/download/v${pkgver}/vips-${pkgver}.tar.gz" "0001-Fix-dependency-to-introspect-program-on-Windows-MING.patch") -sha256sums=('c5e4dd5a5c6a777c129037d19ca606769b3f1d405fcc9c8eeda906a61491f790' +sha256sums=('9f7ae87814d990b67913ae69dc5f26fe62719e29aa7e6cc8908066f31ee15a35' 'b58454a9c50145187cf69f018351ffe93a8a49809a44435f175cc7e109507cd1')