diff options
author | xaizek <xaizek@posteo.net> | 2024-09-14 21:16:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-14 21:33:26 +0700 |
commit | 713d82924493eb3c67ed41c3d40b5c4dac414af9 (patch) | |
tree | 82b128be198bc11cccb910325d110182715d0855 /development | |
parent | 4deddf9faca77452ac5c84c3aa5a4f63abec6222 (diff) |
development/xmake: Updated for version 2.9.5.
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 f844fbdc84f2..f37a430ba100 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.4} +VERSION=${VERSION:-2.9.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index cee25569d3f0..39cd09cdc73d 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.9.4" +VERSION="2.9.5" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.tar.gz" -MD5SUM="a0e66af8d28e35a483b4a2d5bbb030e7" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.9.5/xmake-v2.9.5.tar.gz" +MD5SUM="7396f0ed354d491b1f4c80479987d04d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |