development/gambas3: Updated for version 3.18.2.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7c43b089a2
commit
30bb5b667a
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue