summaryrefslogtreecommitdiffstats
path: root/development/xmake
diff options
context:
space:
mode:
author xaizek <xaizek@posteo.net>2023-05-18 23:16:37 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:11 +0700
commit18449a633e8961c80c27df22d67b0da9f9fb18b9 (patch)
treef485a8b39927c673de372ddc337ef206eea47e3f /development/xmake
parent9c48e9ab5d51a6cfb3d1dcc4d3335e93a2258a9e (diff)
downloadslackbuilds-18449a633e8961c80c27df22d67b0da9f9fb18b9.tar.gz
slackbuilds-18449a633e8961c80c27df22d67b0da9f9fb18b9.tar.xz
development/xmake: Updated for version 2.7.9.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xmake')
-rw-r--r--development/xmake/xmake.SlackBuild5
-rw-r--r--development/xmake/xmake.info6
2 files changed, 7 insertions, 4 deletions
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=""