diff options
Diffstat (limited to 'academic/maxima/maxima.SlackBuild')
-rw-r--r-- | academic/maxima/maxima.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/academic/maxima/maxima.SlackBuild b/academic/maxima/maxima.SlackBuild index 50a666a2c8e63..15ba5bebbecdd 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} |