diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-02-29 21:01:58 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-01 15:58:28 +0700 |
commit | 97e3a1d8b8b1600aeaae5bd00e31a2dac13d7112 (patch) | |
tree | d98e2216773b1d35a6b5bdd7942797bf63e24be6 /development/wxFormBuilder | |
parent | 0f58fb36a29393ad6f3b258b34e31709eceac499 (diff) |
development/wxFormBuilder: Update for version 4.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/wxFormBuilder')
-rw-r--r-- | development/wxFormBuilder/slack-desc | 2 | ||||
-rw-r--r-- | development/wxFormBuilder/wxFormBuilder.SlackBuild | 4 | ||||
-rw-r--r-- | development/wxFormBuilder/wxFormBuilder.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/development/wxFormBuilder/slack-desc b/development/wxFormBuilder/slack-desc index 86be3499556fc..d608503e55fb6 100644 --- a/development/wxFormBuilder/slack-desc +++ b/development/wxFormBuilder/slack-desc @@ -14,6 +14,6 @@ wxFormBuilder: Code generation is supported for C++, Python, XRC, Lua and PHP. wxFormBuilder: Additionally, the import and export of XRC code is possible. wxFormBuilder: To support additional widgets, custom plugins can be used. wxFormBuilder: -wxFormBuilder: +wxFormBuilder: Homepage at https://github.com/wxFormBuilder/wxFormBuilder wxFormBuilder: wxFormBuilder: diff --git a/development/wxFormBuilder/wxFormBuilder.SlackBuild b/development/wxFormBuilder/wxFormBuilder.SlackBuild index 1195158871ccc..30ea7b77cd140 100644 --- a/development/wxFormBuilder/wxFormBuilder.SlackBuild +++ b/development/wxFormBuilder/wxFormBuilder.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wxFormBuilder -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2024 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wxFormBuilder -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/wxFormBuilder/wxFormBuilder.info b/development/wxFormBuilder/wxFormBuilder.info index 8f2c7989c8ab1..bbc161a1a6b6a 100644 --- a/development/wxFormBuilder/wxFormBuilder.info +++ b/development/wxFormBuilder/wxFormBuilder.info @@ -1,8 +1,8 @@ PRGNAM="wxFormBuilder" -VERSION="4.0.0" +VERSION="4.1.0" HOMEPAGE="https://github.com/wxFormBuilder/wxFormBuilder" -DOWNLOAD="https://github.com/wxFormBuilder/wxFormBuilder/releases/download/v4.0.0/wxFormBuilder-4.0.0-source-full.tar.gz" -MD5SUM="c708a5beb2238e1c38a56969e011d350" +DOWNLOAD="https://github.com/wxFormBuilder/wxFormBuilder/releases/download/v4.1.0/wxFormBuilder-4.1.0-source-full.tar.gz" +MD5SUM="c81fe1a49bfe931471dd64a2fda951f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxWidgets" |