academic/getfem: Updated for version 5.4.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2022-08-12 03:00:09 +01:00 committed by Willy Sudiarto Raharjo
parent d7c51142f5
commit 557056a633
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for GetFEM
#
# Copyright 2022, Fellype do Nascimento, Campinas - Brazil
# Copyright 2022, Fellype do Nascimento, Guaratingueta - Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=getfem
VERSION=${VERSION:-5.4.1}
VERSION=${VERSION:-5.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="getfem"
VERSION="5.4.1"
VERSION="5.4.2"
HOMEPAGE="https://getfem.org/"
DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.1.tar.gz"
MD5SUM="61988ac13d8a88fceb928b050c988220"
DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.2.tar.gz"
MD5SUM="90ba2a270ec8c559796f2a7c90a79d32"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="scipy3"