diff options
-rw-r--r-- | development/xmake/xmake.SlackBuild | 2 | ||||
-rw-r--r-- | development/xmake/xmake.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/xmake/xmake.SlackBuild b/development/xmake/xmake.SlackBuild index 23564cc96b..b625d638f1 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.9.6} +VERSION=${VERSION:-2.9.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index 105e251cc8..5e4d190d49 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.9.6" +VERSION="2.9.7" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.9.6/xmake-v2.9.6.tar.gz" -MD5SUM="1c27418332fa8798dbed8c2ec131ea57" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.9.7/xmake-v2.9.7.tar.gz" +MD5SUM="5daf5f503625904eab7e1bfcf4b465fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |