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 15ba5bebbe..70b82c0be0 100644 --- a/academic/maxima/maxima.SlackBuild +++ b/academic/maxima/maxima.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for maxima -# Copyright 2021-23 Judah Milgram <milgram@cgpp.com> +# Copyright 2021-25 Judah Milgram <milgram@cgpp.com> # Copyright 2017 Dhaby Xiloj <slack.dhabyx@gmail.com> # All rights reserved. # Based on work of Robby and others slackers. @@ -34,11 +34,12 @@ # JM -> update version 5.39 -> 5.44 # JM -> update to version 5.46 # JM -> update to version 5.47 +# JM -> update to version 5.48 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=maxima -VERSION=${VERSION:-5.47.0} +VERSION=${VERSION:-5.48.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |