summaryrefslogtreecommitdiffstats
path: root/development/gambas3/gambas3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/gambas3/gambas3.SlackBuild')
-rw-r--r--development/gambas3/gambas3.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index b18da6762d..24df685277 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