diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2024-03-23 20:34:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-24 06:43:00 +0700 |
commit | 0175951227faf885085bb725fcf21fd993a9612d (patch) | |
tree | 60b384681be960c1767cb0f6d4e6d69abe674ed5 /development/gambas3 | |
parent | 7459d400d8f8528c82b30b703cdb517863cd71a2 (diff) |
development/gambas3: Updated for version 3.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3')
-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 281ebbaa1c44..5073e7b4174e 100644 --- a/development/gambas3/gambas3.SlackBuild +++ b/development/gambas3/gambas3.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gambas3 SRCNAM=gambas -VERSION=${VERSION:-3.19.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.19.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info index 5c2f3c5bdb8a..b4eec44fb75b 100644 --- a/development/gambas3/gambas3.info +++ b/development/gambas3/gambas3.info @@ -1,8 +1,8 @@ PRGNAM="gambas3" -VERSION="3.19.0" +VERSION="3.19.1" HOMEPAGE="https://gambas.sourceforge.net" -DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.19.0/gambas-3.19.0.tar.bz2" -MD5SUM="e2dd8e4ca6aaa6978c41777ad79b4cc6" +DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.19.1/gambas-3.19.1.tar.bz2" +MD5SUM="5e0d6f2b7b13625e137f519b967d494b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="alure gtkglext webkit2gtk imlib %README%" |