diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2019-04-12 23:32:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-12 23:32:20 +0700 |
commit | 3f24512901b9d899f87c4267b25cf844733ff1e3 (patch) | |
tree | af93760ed0405442b98f0bd0666323602158b7dc /development/gambas3/gambas3.SlackBuild | |
parent | 706e25f22e6a38449cb7ba529a4b3480a264255d (diff) |
development/gambas3: Updated for version 3.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3/gambas3.SlackBuild')
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index b18da6762da9..24df685277b5 100644 --- a/development/gambas3/gambas3.SlackBuild +++ b/development/gambas3/gambas3.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=gambas3 SRCNAM=gambas -VERSION=${VERSION:-3.12.2} +VERSION=${VERSION:-3.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ fi set -e if [ "x`ls /var/log/packages|grep ^$PRGNAM|wc -l`" = "x1" ]; then - #and current installs of gambas should be uninstalled before + #current installs of gambas should be uninstalled before #attempting to create this gambas3 package echo "you must uninstall $PRGNAM before creating package $PRGNAM ver $VERSION" exit 2 |