diff options
author | xaizek <xaizek@posteo.net> | 2024-03-14 00:02:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-14 16:14:36 +0700 |
commit | 4afb0a13f40bd30c77cc95c87772f52eac495754 (patch) | |
tree | 8b086d8e0db0efc3578c233e22dc0c6910305dbc | |
parent | e5ae8399bd35dfcbaa3218b2e8e72df92fa4a694 (diff) |
development/xmake: Updated for version 2.8.8.
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 fb9ceb9d6b30..961daa65fbfe 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.8.7} +VERSION=${VERSION:-2.8.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index a1d686aea249..1740a2315094 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.8.7" +VERSION="2.8.8" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.7/xmake-v2.8.7.tar.gz" -MD5SUM="abec293c43118b9378b5fbf7fbf9e959" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.8/xmake-v2.8.8.tar.gz" +MD5SUM="c8b9e193bad1e3a544d9d69ff6488c5c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |