aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudah Milgram <milgram cgpp com>2023-07-02 21:01:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-02 21:01:11 +0700
commit2bf76c5dcd27a63e314c1f849b582e95025aa463 (patch)
tree8d5a5ce70f640cc3cc74724f7966bcba6adc942b
parenta4ce8433581cbfaf431ad2eb15c7ccfc814590ff (diff)
academic/maxima: Updated for version 5.47.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/maxima/README4
-rw-r--r--academic/maxima/maxima.SlackBuild5
-rw-r--r--academic/maxima/maxima.info8
3 files changed, 11 insertions, 6 deletions
diff --git a/academic/maxima/README b/academic/maxima/README
index 2ad21b8a566c..d084e4cb0461 100644
--- a/academic/maxima/README
+++ b/academic/maxima/README
@@ -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.
diff --git a/academic/maxima/maxima.SlackBuild b/academic/maxima/maxima.SlackBuild
index 50a666a2c8e6..15ba5bebbecd 100644
--- a/academic/maxima/maxima.SlackBuild
+++ b/academic/maxima/maxima.SlackBuild
@@ -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}
diff --git a/academic/maxima/maxima.info b/academic/maxima/maxima.info
index 577f46f82bb2..4bc595b8bcd6 100644
--- a/academic/maxima/maxima.info
+++ b/academic/maxima/maxima.info
@@ -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"