academic/FreeFem: Updated for version 4.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2023-06-17 09:19:22 +07:00 committed by Willy Sudiarto Raharjo
parent 76bf05f5d0
commit 2e7228255b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -26,11 +26,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=FreeFem
VERSION=${VERSION:-4.12}
VERSION=${VERSION:-4.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCVER=${SRCVER:-4.12}
SRCVER=${SRCVER:-4.13}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -1,10 +1,10 @@
PRGNAM="FreeFem"
VERSION="4.12"
VERSION="4.13"
HOMEPAGE="https://freefem.org/"
DOWNLOAD="https://github.com/FreeFem/FreeFem-sources/archive/v4.12/FreeFem-sources-4.12.tar.gz \
DOWNLOAD="https://github.com/FreeFem/FreeFem-sources/archive/v4.13/FreeFem-sources-4.13.tar.gz \
https://master.dl.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/metis-5.1.0.tar.gz \
http://www.tetgen.org/1.5/src/tetgen1.5.1-beta1.tar.gz"
MD5SUM="72b663de8bfce31ea6b8d39134dfc05d \
MD5SUM="57239de39e32f7224fa9fee992bac3dd \
5465e67079419a69e0116de24fce58fe \
3d55c197bcbfc611b7ced6f343643756"
DOWNLOAD_x86_64=""