diff options
author | xaizek <xaizek@posteo.net> | 2024-05-24 20:48:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-24 23:38:33 +0700 |
commit | 64bef5a2bde43ab3ebf51b6c95c4737d5bb2ec60 (patch) | |
tree | c9422538517735ea0b8f877747d15543ac739f15 | |
parent | 1d3400d98bf6ec73f3687e02554f23c29071d925 (diff) |
development/xmake: Updated for version 2.9.2.
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 86c296c444fad..9dd5eff7a435b 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.1} +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index cc9d1b89dc775..bf2a038d7e619 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.9.1" +VERSION="2.9.2" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.9.1/xmake-v2.9.1.tar.gz" -MD5SUM="1878cfb6931dec869d8449b394bb6b2f" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.9.2/xmake-v2.9.2.tar.gz" +MD5SUM="8930a9b846dd4bd6fc0267a2b4087f52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |