diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-07-02 21:07:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 21:27:52 +0700 |
commit | 9e2ddbec78f79d51bed370cbc5f5b767956f3ffe (patch) | |
tree | 6603d18b10aaa78089d912966fd6bac8ae3981e4 | |
parent | aa5aa14ae34b3780bf69389dc69b81b7d0a69c19 (diff) |
development/gambas3: Updated for version 3.18.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 440b6c7cf7b0..86db2bac4bb2 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.18.2} +VERSION=${VERSION:-3.18.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/gambas3/gambas3.info b/development/gambas3/gambas3.info index 6515407fd64e..81588d1968b1 100644 --- a/development/gambas3/gambas3.info +++ b/development/gambas3/gambas3.info @@ -1,8 +1,8 @@ PRGNAM="gambas3" -VERSION="3.18.2" +VERSION="3.18.3" HOMEPAGE="http://gambas.sourceforge.net" -DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.2/gambas-3.18.2.tar.bz2" -MD5SUM="6584045a9338c012b74e61e38532d8e2" +DOWNLOAD="https://gitlab.com/gambas/gambas/-/archive/3.18.3/gambas-3.18.3.tar.bz2" +MD5SUM="9e78063c70436b5fcc438698c48c0bbe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |