mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
d7c51142f5
commit
557056a633
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue