academic/cadabra2: Updated for version 2.4.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-09-09 11:00:21 +09:00 committed by Willy Sudiarto Raharjo
parent a8a3b44ad7
commit c657016ea1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for cadabra2
# Copyright 2017-2022, Alexander Verbovetsky, Moscow, Russia
# Copyright 2017-2023, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cadabra2
VERSION=${VERSION:-2.4.3.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
MMA=${MMA:-OFF}

View file

@ -1,8 +1,8 @@
PRGNAM="cadabra2"
VERSION="2.4.3.2"
VERSION="2.4.4"
HOMEPAGE="https://cadabra.science"
DOWNLOAD="https://github.com/kpeeters/cadabra2/archive/2.4.3.2/cadabra2-2.4.3.2.tar.gz"
MD5SUM="7413f37789beeebf97f6a240b92d0a72"
DOWNLOAD="https://github.com/kpeeters/cadabra2/archive/2.4.4/cadabra2-2.4.4.tar.gz"
MD5SUM="3ac13882bbcceae66805bd02107a307e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-matplotlib python3-gmpy2 python3-sympy"