diff options
author | xaizek <xaizek@posteo.net> | 2023-07-14 09:23:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-14 09:23:03 +0700 |
commit | 3fa5be16c4e372808d7d27904c07174d77a4efd8 (patch) | |
tree | c7740ac7f82c563d0e6fe8e4304c4ff2f1808b9d /development | |
parent | 9d2b100ce5b3d2c500ba48b85a9fbbf80203828b (diff) |
development/xmake: Updated for version 2.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 4f71115a54c7e..75eb34799c957 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.7.9} +VERSION=${VERSION:-2.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index a44a04b86bdac..39e52277eb0d4 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.7.9" +VERSION="2.8.1" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.tar.gz" -MD5SUM="9d9106f8121ced47132de01f79cf13e7" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.tar.gz" +MD5SUM="505054de62504aa12886737d080ec07a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |