diff options
author | xaizek <xaizek@posteo.net> | 2025-06-21 08:05:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-06-21 08:20:37 +0700 |
commit | 53f5756e9a98c0b97f6b57b7a52ba578d0459afd (patch) | |
tree | 5d190c90bf04e2f761d43f9d712e61bd7e496d62 | |
parent | 7264ec7c915f55017c63a962aa85f269c5586654 (diff) |
development/xmake: Updated for version 3.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 3e429ecab9..283f1d0671 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.9} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index 121ca729e8..a66b01be1b 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.9.9" +VERSION="3.0.0" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.9.9/xmake-v2.9.9.tar.gz" -MD5SUM="481ec54f83cc3d1517fa28fcb5f0e99a" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v3.0.0/xmake-v3.0.0.tar.gz" +MD5SUM="b6c614e6395f3b1d4daa4cacf3614263" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |