summaryrefslogtreecommitdiffstats
path: root/development/gambas3
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2024-10-01 09:30:02 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-01 10:23:06 +0700
commit5d0d389dafbd04c5d4ce793c8ab6e1d873e61512 (patch)
tree206f1357bec56a5c805235004949575fe76c13fe /development/gambas3
parent9f370b1cf9552a21c3887b0a1edf8cec0cc7df81 (diff)
downloadslackbuilds-5d0d389dafbd04c5d4ce793c8ab6e1d873e61512.tar.gz
slackbuilds-5d0d389dafbd04c5d4ce793c8ab6e1d873e61512.tar.xz
development/gambas3: Updated for version 3.19.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r--development/gambas3/gambas3.SlackBuild5
-rw-r--r--development/gambas3/gambas3.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 7140720149..e419f4643a 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.19.4}
+VERSION=${VERSION:-3.19.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info
index e59c1215ab..60a75be204 100644
--- a/development/gambas3/gambas3.info
+++ b/development/gambas3/gambas3.info
@@ -1,8 +1,8 @@
PRGNAM="gambas3"
-VERSION="3.19.4"
+VERSION="3.19.5"
HOMEPAGE="https://gambas.sourceforge.net"
-DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.19.4/gambas-3.19.4.tar.bz2"
-MD5SUM="3d76c075f15f81f3f34dec6e9299f8ee"
+DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.19.5/gambas-3.19.5.tar.bz2"
+MD5SUM="e871cb816eba85b6b41c1051071a4485"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="alure gtkglext webkit2gtk4.1 imlib %README%"