diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-11-23 16:22:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-24 17:31:41 +0700 |
commit | 89cb43180f3db0c98a78ae056351f85243d61a2b (patch) | |
tree | 32530025f195989cfdd579ef7dba70c1e012c863 /development/bwbasic/bwbasic.SlackBuild | |
parent | 17f339d9810a1450a58a78cb80e11fde291325aa (diff) |
development/bwbasic: Updated for version 3.30
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bwbasic/bwbasic.SlackBuild')
-rw-r--r-- | development/bwbasic/bwbasic.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |