summaryrefslogtreecommitdiffstats
path: root/development/gambas3
diff options
context:
space:
mode:
author Tim Dickson2024-02-10 00:26:39 +0100
committer Willy Sudiarto Raharjo2024-02-10 10:09:50 +0100
commitb22624e1481326822b9773f0db691dd71438ac62 (patch)
tree9745d7ebdbd35b7e2bae63e6da8307da67f71342 /development/gambas3
parenta50f772420991c61f9effcecf7d7739122e7b2a0 (diff)
downloadslackbuilds-b22624e1481326822b9773f0db691dd71438ac62.tar.gz
development/gambas3: Updated for version 3.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r--development/gambas3/gambas3.SlackBuild4
-rw-r--r--development/gambas3/gambas3.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 3b76cdb6ee..6fbb852381 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Gambas 3
-# Copyright 2018-2023 Tim Dickson dickson.tim@googlemail.com
+# Copyright 2018-2024 Tim Dickson dickson.tim@googlemail.com
# Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com>
# All rights reserved.
#
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gambas3
SRCNAM=gambas
-VERSION=${VERSION:-3.18.4}
+VERSION=${VERSION:-3.19.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info
index 3fb89df579..3f760b2481 100644
--- a/development/gambas3/gambas3.info
+++ b/development/gambas3/gambas3.info
@@ -1,8 +1,8 @@
PRGNAM="gambas3"
-VERSION="3.18.4"
+VERSION="3.19.0"
HOMEPAGE="http://gambas.sourceforge.net"
-DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.4/gambas-3.18.4.tar.bz2"
-MD5SUM="271be29c2dbe95623bb1750f78d7d3ce"
+DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.19.0/gambas-3.19.0.tar.bz2"
+MD5SUM="6c8281aab6a212e42da3e2d506fbe8ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="alure gtkglext webkit2gtk imlib %README%"