diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-04-20 23:29:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:29 +0700 |
commit | 30bb5b667aae5736e9b161d11a25b839ce01d693 (patch) | |
tree | e6ef56d8e47799b6f4590850b7e15c2c4670571a /development/gambas3 | |
parent | 7c43b089a2d3781088d3fb4952a4995bf2a41e71 (diff) |
development/gambas3: Updated for version 3.18.2.
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/README | 2 | ||||
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 4 | ||||
-rw-r--r-- | development/gambas3/gambas3.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/development/gambas3/README b/development/gambas3/README index 025ef8c9779a..56fc282ae67e 100644 --- a/development/gambas3/README +++ b/development/gambas3/README @@ -5,7 +5,7 @@ ODBC and SQLite3 databases, pilot applications with D-Bus, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. -alure, gtkglext, imlib2, unixODBC, postgresql, and +alure, gtkglext, webkit2gtk, imlib2, unixODBC, postgresql, and translate-shell are optional dependencies. Note: You should uninstall any present version of gambas before diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index 31ed56a2756d..440b6c7cf7b0 100644 --- a/development/gambas3/gambas3.SlackBuild +++ b/development/gambas3/gambas3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Gambas 3 -# updates since version 3.11.2 Copyright 2018-2023 Tim Dickson dickson.tim@googlemail.com +# Copyright 2018-2023 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.1} +VERSION=${VERSION:-3.18.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info index 320b2e7e602b..6515407fd64e 100644 --- a/development/gambas3/gambas3.info +++ b/development/gambas3/gambas3.info @@ -1,8 +1,8 @@ PRGNAM="gambas3" -VERSION="3.18.1" +VERSION="3.18.2" HOMEPAGE="http://gambas.sourceforge.net" -DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.1/gambas-3.18.1.tar.bz2" -MD5SUM="848247a3bf47763c5a2d33b301b1b3ec" +DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.2/gambas-3.18.2.tar.bz2" +MD5SUM="6584045a9338c012b74e61e38532d8e2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |