diff options
author | xaizek <xaizek@posteo.net> | 2022-10-13 23:48:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:30 +0700 |
commit | 2f0b374be73f680861f2251ad03f2b9a24d9ae00 (patch) | |
tree | 97783378accf71b214ed54b3c1ae345113a332da /development/xmake | |
parent | 4c183af95f0c2fd3a3510b1e7597eb2a6bea41b6 (diff) |
development/xmake: Updated for version 2.7.2.
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 b0c7699ae26f..7773abc7132b 100644 --- a/development/xmake/xmake.SlackBuild +++ b/development/xmake/xmake.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xmake -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/xmake/xmake.info b/development/xmake/xmake.info index a4339db2524f..d1b6d28d730b 100644 --- a/development/xmake/xmake.info +++ b/development/xmake/xmake.info @@ -1,8 +1,8 @@ PRGNAM="xmake" -VERSION="2.7.1" +VERSION="2.7.2" HOMEPAGE="https://xmake.io/" -DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.tar.gz" -MD5SUM="701d04c2a5bdb213b8e5c0edeaa7506e" +DOWNLOAD="https://github.com/xmake-io/xmake/releases/download/v2.7.2/xmake-v2.7.2.tar.gz" +MD5SUM="32f5bc4206e0da5ee17eceafbf8da3e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |