From ea25121d455f8ca973309c133fd801bc97be2117 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 5 Nov 2019 23:53:24 +0300 Subject: [PATCH] matio: Update to 1.5.17 --- mingw-w64-matio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-matio/PKGBUILD b/mingw-w64-matio/PKGBUILD index af7e94b810..a0d63dd3ca 100644 --- a/mingw-w64-matio/PKGBUILD +++ b/mingw-w64-matio/PKGBUILD @@ -3,7 +3,7 @@ _realname=matio pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.5.14 +pkgver=1.5.17 pkgrel=1 pkgdesc="matio is a C library for reading and writing MATLAB MAT files (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=('staticlibs' 'strip') source=(https://downloads.sourceforge.net/project/matio/matio/${pkgver}/matio-${pkgver}.7z) -sha256sums=('1f794a3b64930abbbd224b893017bac8b21aed9baaed7c6810ced64787843527') +sha256sums=('59a487238645f8cd4fe06116dc0e65d4e266250b72e7ac557f54c5579dbbc814') prepare() { cd "${srcdir}/${_realname}-${pkgver}"