academic/maxima: Updated for version 5.47.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Judah Milgram 2023-07-02 21:01:11 +07:00 committed by Willy Sudiarto Raharjo
parent a4ce843358
commit 2bf76c5dcd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 11 additions and 6 deletions

View file

@ -20,3 +20,7 @@ can be downloaded for Windows, Mac, Linux, and Android; source code
is also available. An active community maintains and extends the
system. Maxima is widely used.
SBo Installation notes:
- The info files are not compressed.
- Two .lisp files install to /usr/info.
These are required for maxima's help facility.

View file

@ -2,7 +2,7 @@
# Slackware build script for maxima
# Copyright 2021-22 Judah Milgram <milgram@cgpp.com>
# Copyright 2021-23 Judah Milgram <milgram@cgpp.com>
# Copyright 2017 Dhaby Xiloj <slack.dhabyx@gmail.com>
# All rights reserved.
# Based on work of Robby and others slackers.
@ -33,11 +33,12 @@
# Glenn Becker -> update to version 5.38.1
# JM -> update version 5.39 -> 5.44
# JM -> update to version 5.46
# JM -> update to version 5.47
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=maxima
VERSION=${VERSION:-5.46.0}
VERSION=${VERSION:-5.47.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="maxima"
VERSION="5.46.0"
VERSION="5.47.0"
HOMEPAGE="http://maxima.sourceforge.net/"
DOWNLOAD="https://sourceforge.net/projects/maxima/files/Maxima-source/5.46.0-source/maxima-5.46.0.tar.gz"
MD5SUM="3c01f1daa6936e11d8713fef7751d3fe"
DOWNLOAD="https://sourceforge.net/projects/maxima/files/Maxima-source/5.47.0-source/maxima-5.47.0.tar.gz"
MD5SUM="8ddf54f90fc36e8773fe47a5a9023106"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Judah Milgram"
EMAIL="milgram@cgpp.com"
EMAIL="milgram cgpp com"