diff options
author | 2025-03-31 08:24:00 +0700 | |
---|---|---|
committer | 2025-03-31 11:41:42 +0700 | |
commit | 23311465021db0a4cf31c33e025cee865004702c (patch) | |
tree | 71578fa2c79c9312d918a86a15e5649cbb98212f /development/gambas3 | |
parent | f0be1a0e909a35f8db40ba6d32347f5c715bc71a (diff) | |
download | slackbuilds-23311465021db0a4cf31c33e025cee865004702c.tar.gz slackbuilds-23311465021db0a4cf31c33e025cee865004702c.tar.xz |
development/gambas3: Updated for version 3.20.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-rw-r--r-- | development/gambas3/gambas3.SlackBuild | 2 | ||||
-rw-r--r-- | development/gambas3/gambas3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild index fa3dd2162e..6d2b2d29ab 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.20.1} +VERSION=${VERSION:-3.20.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info index e48060328a..53ff3126a1 100644 --- a/development/gambas3/gambas3.info +++ b/development/gambas3/gambas3.info @@ -1,8 +1,8 @@ PRGNAM="gambas3" -VERSION="3.20.1" +VERSION="3.20.2" HOMEPAGE="https://gambas.sourceforge.net" -DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.20.1/gambas-3.20.1.tar.bz2" -MD5SUM="d935e27287b98fb701225a6fa47d4a68" +DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.20.2/gambas-3.20.2.tar.bz2" +MD5SUM="da9fadea1202a2eb909554be0a50b8ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="alure gtkglext webkit2gtk4.1 imlib %README%" |