diff options
author | xaizek <xaizek@posteo.net> | 2023-11-09 19:08:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:07:53 +0700 |
commit | 5c392878f5fc6a57ed88b37610b547d3e6b176b4 (patch) | |
tree | 2d35fad95e5ef3b3fcf848cefd5292df5bc29274 /development/xmake | |
parent | 079ca62a14175daae27e2b6a45d91ed9d7e3a5eb (diff) |
development/xmake: Updated for version 2.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xmake')
-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 360730d6a1d3..c66e6199df8d 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.3} +VERSION=${VERSION:-2.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index 7bcd9c3cf7f6..847aecd4e3c9 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.8.3" +VERSION="2.8.5" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.3/xmake-v2.8.3.tar.gz" -MD5SUM="de7244f61a2d140782c0bb8aaee82bac" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.5/xmake-v2.8.5.tar.gz" +MD5SUM="afc7f8682576bd15cd950e6fbf6f998a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |