From a31356c898de8cb52c888de0b242fa60b6d1fa1c Mon Sep 17 00:00:00 2001 From: Domenico Panella Date: Thu, 15 Oct 2020 11:05:07 +0200 Subject: [PATCH] matio : update to 1.5.18 --- common/shlibs | 2 +- srcpkgs/matio/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index e50e44f1246..234b7feb89d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3967,7 +3967,7 @@ libhidrd_opt.so.0 hidrd-0.2.0_1 libhidrd_strm.so.0 hidrd-0.2.0_1 libhidrd_fmt.so.0 hidrd-0.2.0_1 libjcat.so.1 libjcat-0.1.2_1 -libmatio.so.9 matio-1.5.17_2 +libmatio.so.11 matio-1.5.18_1 libportal.so.0 libportal-0.3_1 libvips.so.42 libvips-8.9.2_1 libvips-cpp.so.42 libvips-8.9.2_1 diff --git a/srcpkgs/matio/template b/srcpkgs/matio/template index 63d059701b6..63b39685e29 100644 --- a/srcpkgs/matio/template +++ b/srcpkgs/matio/template @@ -1,7 +1,7 @@ # Template file for 'matio' pkgname=matio -version=1.5.17 -revision=2 +version=1.5.18 +revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="libtool" @@ -11,7 +11,7 @@ maintainer="Florian Eich " license="BSD-2-Clause" homepage="https://github.com/tbeu/matio" distfiles="https://github.com/tbeu/matio/releases/download/v${version}/${pkgname}-${version}.tar.gz" -checksum=5e455527d370ab297c4abe5a2ab4d599c93ac7c1a0c85d841cc5c22f8221c400 +checksum=5fad71a63a854d821cc6f4e8c84da837149dd5fb57e1e2baeffd85fa0f28fe25 if [ "$CROSS_BUILD" ]; then configure_args+=" ac_cv_va_copy=C99"