From 18449a633e8961c80c27df22d67b0da9f9fb18b9 Mon Sep 17 00:00:00 2001 From: xaizek Date: Thu, 18 May 2023 23:16:37 +0100 Subject: development/xmake: Updated for version 2.7.9. Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- development/xmake/xmake.SlackBuild | 5 ++++- development/xmake/xmake.info | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'development/xmake') diff --git a/development/xmake/xmake.SlackBuild b/development/xmake/xmake.SlackBuild index 80f999e7f3..4f71115a54 100644 --- a/development/xmake/xmake.SlackBuild +++ b/development/xmake/xmake.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xmake -VERSION=${VERSION:-2.7.8} +VERSION=${VERSION:-2.7.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,6 +59,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index d298ead28c..a44a04b86b 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.7.8" +VERSION="2.7.9" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.8/xmake-v2.7.8.tar.gz" -MD5SUM="839a27c41b7b555b9a7c4dffdaae8293" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.tar.gz" +MD5SUM="9d9106f8121ced47132de01f79cf13e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad