From e1a53f08e6650fe5d126558eb2e8174437bdd5b6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 24 Oct 2018 20:08:42 -0300 Subject: [PATCH] matio: update to 1.5.13. --- srcpkgs/matio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/matio/template b/srcpkgs/matio/template index 05cb7d2daaf..e4d5d96289e 100644 --- a/srcpkgs/matio/template +++ b/srcpkgs/matio/template @@ -1,7 +1,7 @@ # Template file for 'matio' pkgname=matio -version=1.5.12 -revision=3 +version=1.5.13 +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=8695e380e465056afa5b5e20128935afe7d50e03830f9f7778a72e1e1894d8a9 +checksum=feadb2f54ba7c9db6deba8c994e401d7a1a8e7afd0fe74487691052b8139e5cb if [ "$CROSS_BUILD" ]; then configure_args+=" ac_cv_va_copy=C99"