diff options
Diffstat (limited to 'development/xmake')
-rw-r--r-- | development/xmake/xmake.SlackBuild | 7 | ||||
-rw-r--r-- | development/xmake/xmake.info | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/development/xmake/xmake.SlackBuild b/development/xmake/xmake.SlackBuild index 72b59f15a7af..735e7af8ee9f 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.5} +VERSION=${VERSION:-2.7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,11 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Upstream dropped Makefiles in v2.7.5 and their alternative in the form of -# xmake.sh fails to detect presence of lua correctly, this is a workaround. -sed -i '/^option "lua"/,/^option_end/d' core/xmake.sh -sed -i '/^option "luajit"/,/^option_end/d' core/xmake.sh - CFLAGS="$SLKCFLAGS" \ ./configure --generator=gmake \ --mode=release \ diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index 91aa2a03e692..10e740654d34 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.7.5" +VERSION="2.7.6" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.5/xmake-v2.7.5.tar.gz" -MD5SUM="64889ce2007c4090c611dbf21ccc84cc" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.6/xmake-v2.7.6.tar.gz" +MD5SUM="dfaf5d88451450e67eaa04d8a8c3f6a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |