diff options
author | xaizek <xaizek@posteo.net> | 2023-08-26 10:49:35 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-26 19:07:01 +0700 |
commit | 33ff378172a4c86d30e3ea8ddb7249e6e3811f1e (patch) | |
tree | f8f7496716195e4b1360613d3974f1d0ff90c1bb /development/xmake | |
parent | 2dd170ca7f6ea728e4132c576e5a4b55233630eb (diff) |
development/xmake: Updated for version 2.8.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 75eb34799c957..567017dbf9285 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.1} +VERSION=${VERSION:-2.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index 39e52277eb0d4..42f3a9a67a3a2 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.8.1" +VERSION="2.8.2" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.tar.gz" -MD5SUM="505054de62504aa12886737d080ec07a" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.2/xmake-v2.8.2.tar.gz" +MD5SUM="1d69b2e0bbf3d9073ef39fdaabe3dd6c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |