summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author xaizek2022-04-25 15:07:08 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:51:48 +0200
commitbb6e973710d276cbe7a2ff788edaef3305542e38 (patch)
tree3ab82ef21fd5ac6a6da2709904a503505d7ce3a0 /development
parent4d2a94a72d1915679e68c5d4686935d575e5c4f3 (diff)
downloadslackbuilds-bb6e973710d276cbe7a2ff788edaef3305542e38.tar.gz
development/xmake: Updated for version 2.6.5.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/xmake/README5
-rw-r--r--development/xmake/xmake.SlackBuild2
-rw-r--r--development/xmake/xmake.info6
3 files changed, 9 insertions, 4 deletions
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=""