diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2023-04-28 02:29:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:41 +0700 |
commit | c00e52a112b4c5f7bcb9b24740fd997b04ffb513 (patch) | |
tree | d0097ba7119d9e8af6050080796da2739a767aa4 /academic/plus42 | |
parent | c41a7c1d9fd43137fdbd6345317977c0179b3f09 (diff) |
academic/plus42: Updated for version 1.0.18.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/plus42')
-rw-r--r-- | academic/plus42/README | 26 | ||||
-rw-r--r-- | academic/plus42/plus42.SlackBuild | 2 | ||||
-rw-r--r-- | academic/plus42/plus42.info | 6 |
3 files changed, 20 insertions, 14 deletions
diff --git a/academic/plus42/README b/academic/plus42/README index b3bcdba31a6b7..b23684de4c2b2 100644 --- a/academic/plus42/README +++ b/academic/plus42/README @@ -1,13 +1,19 @@ Plus42 is an advanced scientific programmable calculator, based on Free42 (a complete re-implementation of the HP-42S scientific programmable RPN calculator) and adds: -A Larger Display, with 8 rows and 22 columns (131x64 pixels) by default, -which the user may resize at will; -Algebraic Expressions modeled after those used on the HP-27S and -HP-17B/19B; -attached Units and unit conversions modeled after those used on the -HP-48/49/50 series; -Directories for more organized storage of programs and variables; -TVM and amortization tables; -and two-dimensional Plotting of functions, with ability to zoom and pan, -and find integrals and roots from points in the plot. + +- A Larger Display, with 8 rows and 22 columns (131x64 pixels) by + default, which the user may resize at will. + +- Algebraic Expressions modeled after those used on the HP-27S and + HP-17B/19B. + +- Attached Units and unit conversions modeled after those used on the + HP-48/49/50 series. + +- Directories for more organized storage of programs and variables. + +- TVM and amortization tables. + +- Two-dimensional Plotting of functions, with ability to zoom and pan, + and find integrals and roots from points in the plot. diff --git a/academic/plus42/plus42.SlackBuild b/academic/plus42/plus42.SlackBuild index af615ce3be0a8..7bd259f98d099 100644 --- a/academic/plus42/plus42.SlackBuild +++ b/academic/plus42/plus42.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=plus42 -VERSION=${VERSION:-1.0.16} +VERSION=${VERSION:-1.0.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/plus42/plus42.info b/academic/plus42/plus42.info index eb32281ae65a6..3fe974293fa2b 100644 --- a/academic/plus42/plus42.info +++ b/academic/plus42/plus42.info @@ -1,8 +1,8 @@ PRGNAM="plus42" -VERSION="1.0.16" +VERSION="1.0.18" HOMEPAGE="https://www.thomasokken.com/plus42" -DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.0.16/plus42-1.0.16.tar.gz" -MD5SUM="d77ec889161537d95db9117233d9a8d7" +DOWNLOAD="https://github.com/thomasokken/plus42desktop/archive/v1.0.18/plus42-1.0.18.tar.gz" +MD5SUM="7f2fe5aa325e5e4cb6c01431f93cb38d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |