From bb6e973710d276cbe7a2ff788edaef3305542e38 Mon Sep 17 00:00:00 2001 From: xaizek Date: Mon, 25 Apr 2022 14:07:08 +0100 Subject: development/xmake: Updated for version 2.6.5. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- development/xmake/README | 5 +++++ development/xmake/xmake.SlackBuild | 2 +- development/xmake/xmake.info | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'development/xmake') diff --git a/development/xmake/README b/development/xmake/README index 0e5c0477ba..8afad5276b 100644 --- a/development/xmake/README +++ b/development/xmake/README @@ -1,3 +1,8 @@ xmake is a cross-platform build utility based on Lua. +It can compile the project directly like Make/Ninja, or generate +project files like CMake/Meson, and it also has a built-in package +management system to help users solve the integrated use of C/C++ +dependent libraries. + There are no dependencies, because xmake builds them on its own. diff --git a/development/xmake/xmake.SlackBuild b/development/xmake/xmake.SlackBuild index 7b149b1dde..399aa0ea5c 100644 --- a/development/xmake/xmake.SlackBuild +++ b/development/xmake/xmake.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xmake -VERSION=${VERSION:-2.6.4} +VERSION=${VERSION:-2.6.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index 2c68c80169..deb4325c07 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.6.4" +VERSION="2.6.5" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.6.4/xmake-v2.6.4.tar.gz" -MD5SUM="fbb0d1d4b5e2260de6fe002f99aba645" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.6.5/xmake-v2.6.5.tar.gz" +MD5SUM="1ead9e8f9d83b4013a76605dadd21506" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad