summaryrefslogtreecommitdiffstats
path: root/development/gambas3
diff options
context:
space:
mode:
author Tim Dickson2023-03-03 23:11:56 +0100
committer Willy Sudiarto Raharjo2023-03-04 02:06:27 +0100
commit3d8df70b5a82717fd27ce11531e1287bb7a16cf9 (patch)
tree97e63dc7b672b6d9cad9bdf233087ba5364586db /development/gambas3
parent3b79b3c789fd63724376d9784034f4051ecb6aae (diff)
downloadslackbuilds-3d8df70b5a82717fd27ce11531e1287bb7a16cf9.tar.gz
development/gambas3: Updated for version 3.18.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r--development/gambas3/gambas3.SlackBuild6
-rw-r--r--development/gambas3/gambas3.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 02d4041465..31ed56a275 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gambas3
SRCNAM=gambas
-VERSION=${VERSION:-3.18.0}
+VERSION=${VERSION:-3.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,8 +67,8 @@ else
fi
set -e
-#update check as /var/log/packages is now a link to /var/lib/pkgtools/packages
-if [ "x`ls -H /var/log/packages|grep ^$PRGNAM|wc -l`" = "x1" ]; then
+#check updated for slackware 15 for new package location
+if [ "x`ls -H /var/lib/pkgtools/packages|grep ^$PRGNAM|wc -l`" = "x1" ]; then
#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"
diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info
index 0f4a572dff..320b2e7e60 100644
--- a/development/gambas3/gambas3.info
+++ b/development/gambas3/gambas3.info
@@ -1,8 +1,8 @@
PRGNAM="gambas3"
-VERSION="3.18.0"
+VERSION="3.18.1"
HOMEPAGE="http://gambas.sourceforge.net"
-DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.0/gambas-3.18.0.tar.bz2"
-MD5SUM="b22e051109b6498dbd12136d69392ad7"
+DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.1/gambas-3.18.1.tar.bz2"
+MD5SUM="848247a3bf47763c5a2d33b301b1b3ec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"