academic/matio: Updated for version 1.5.23.

This fixes building against hdf5

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-02-06 14:57:48 +01:00 committed by Willy Sudiarto Raharjo
parent 1cc156ab29
commit cabbb4adcd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=matio
VERSION=${VERSION:-1.5.9}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.5.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="matio"
VERSION="1.5.9"
VERSION="1.5.23"
HOMEPAGE="https://sourceforge.net/projects/matio/"
DOWNLOAD="https://sourceforge.net/projects/matio/files/matio/1.5.9/matio-1.5.9.tar.gz"
MD5SUM="aab5b4219a3c0262afe7eeb7bdd2f463"
DOWNLOAD="https://downloads.sf.net/matio/matio-1.5.23.tar.gz"
MD5SUM="25dfaf33af030a170eb9d3814cac1fca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="hdf5"