diff options
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 |