diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-03-03 22:11:56 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:27 +0700 |
commit | 3d8df70b5a82717fd27ce11531e1287bb7a16cf9 (patch) | |
tree | 97e63dc7b672b6d9cad9bdf233087ba5364586db /development/gambas3 | |
parent | 3b79b3c789fd63724376d9784034f4051ecb6aae (diff) |
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.SlackBuild | 6 | ||||
-rw-r--r-- | development/gambas3/gambas3.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index 02d40414653e4..31ed56a2756d5 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 0f4a572dff767..320b2e7e602b4 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%" |