From 67ac145b690621e9563d2e0e07446a4d7552960f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 7 Apr 2018 11:51:38 +0200 Subject: [PATCH] matio: update to 1.15.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #12646 Signed-off-by: Jürgen Buchmüller --- srcpkgs/matio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/matio/template b/srcpkgs/matio/template index baa261fbc0a..3f0537feccd 100644 --- a/srcpkgs/matio/template +++ b/srcpkgs/matio/template @@ -1,6 +1,6 @@ # Template file for 'matio' pkgname=matio -version=1.5.11 +version=1.5.12 revision=1 build_style=gnu-configure hostmakedepends="libtool" @@ -11,7 +11,7 @@ maintainer="Florian Eich " license="BSD-2" homepage="https://github.com/tbeu/matio" distfiles="https://github.com/tbeu/matio/releases/download/v${version}/${pkgname}-${version}.tar.gz" -checksum=0ccced0c55c9c2cdc21348b7e16447843402d729ffaadd6135767faad7c9cf0b +checksum=8695e380e465056afa5b5e20128935afe7d50e03830f9f7778a72e1e1894d8a9 if [ -n "$CROSS_BUILD" ]; then configure_args+=" ac_cv_va_copy=C99"