diff options
Diffstat (limited to 'development/bwbasic')
-rw-r--r-- | development/bwbasic/README | 7 | ||||
-rw-r--r-- | development/bwbasic/bwbasic.SlackBuild | 4 | ||||
-rw-r--r-- | development/bwbasic/bwbasic.info | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/development/bwbasic/README b/development/bwbasic/README index 75cf7c1379..cbf40a3f53 100644 --- a/development/bwbasic/README +++ b/development/bwbasic/README @@ -5,8 +5,9 @@ classic BASIC dialects in C. bwBASIC can be configured to enable commands, functions, operators and punctuation characters available in many classic dialects of BASIC; -these are controlled by various OPTION commands. bwBASIC does not attempt -bug-level compatibility with any particular BASIC dialect nor does it -currently support graphics. bwBASIC seeks to be as portable as possible. +these are controlled by various OPTION commands. bwBASIC does not +attempt bug-level compatibility with any particular BASIC dialect nor +does it currently support graphics. bwBASIC seeks to be as portable +as possible. It also offers shell programming facilities as an extension of BASIC. diff --git a/development/bwbasic/bwbasic.SlackBuild b/development/bwbasic/bwbasic.SlackBuild index 9078a0466b..d95a11cdd0 100644 --- a/development/bwbasic/bwbasic.SlackBuild +++ b/development/bwbasic/bwbasic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bwbasic -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023-2024 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bwbasic -VERSION=${VERSION:-3.20} +VERSION=${VERSION:-3.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/bwbasic/bwbasic.info b/development/bwbasic/bwbasic.info index 04796edc99..c2926d5cb7 100644 --- a/development/bwbasic/bwbasic.info +++ b/development/bwbasic/bwbasic.info @@ -1,9 +1,9 @@ PRGNAM="bwbasic" -VERSION="3.20" +VERSION="3.30" HOMEPAGE="https://sourceforge.net/projects/bwbasic" -DOWNLOAD="https://sourceforge.net/projects/bwbasic/files/bwbasic/version%203.20/bwbasic-3.20.zip \ +DOWNLOAD="https://sourceforge.net/projects/bwbasic/files/bwbasic/version%203.30/bwbasic-3.30.zip \ https://sourceforge.net/projects/bwbasic/files/bwbasic/version%203.20/bwbasic-tests-2017-07-06.zip" -MD5SUM="fd4bf69515e62d1c92aa3f47038d034b \ +MD5SUM="a37262807cb7c497e6767bdfd704537d \ 6a82763ca0b3bf1a768b26b1231bea98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |