diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2024-02-10 08:26:39 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:09:50 +0700 |
commit | b22624e1481326822b9773f0db691dd71438ac62 (patch) | |
tree | 9745d7ebdbd35b7e2bae63e6da8307da67f71342 | |
parent | a50f772420991c61f9effcecf7d7739122e7b2a0 (diff) |
development/gambas3: Updated for version 3.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 4 | ||||
-rw-r--r-- | development/gambas3/gambas3.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index 3b76cdb6ee621..6fbb852381965 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 3fb89df579169..3f760b248189f 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%" |