diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-11-25 08:38:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 09:11:49 +0700 |
commit | 3d5923df1aea17c882d776d15151ba7fa0c03e25 (patch) | |
tree | da6e78f850e035e8e7b4125091ee2773acc4ec21 /games/minetest_game | |
parent | e132c85e8c2be56da937af7144b17cbb7d1c1d1f (diff) |
games/minetest_game: Updated for version 5.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/minetest_game')
-rw-r--r-- | games/minetest_game/minetest_game.SlackBuild | 6 | ||||
-rw-r--r-- | games/minetest_game/minetest_game.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/minetest_game/minetest_game.SlackBuild b/games/minetest_game/minetest_game.SlackBuild index 231a42634f6f8..31ded1c31b3c6 100644 --- a/games/minetest_game/minetest_game.SlackBuild +++ b/games/minetest_game/minetest_game.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for minetest_game -# Copyright 2014-2020 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=minetest_game -VERSION=${VERSION:-5.3.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.6.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/minetest_game/minetest_game.info b/games/minetest_game/minetest_game.info index 617cb32d8ca8b..6673dcc11e21f 100644 --- a/games/minetest_game/minetest_game.info +++ b/games/minetest_game/minetest_game.info @@ -1,8 +1,8 @@ PRGNAM="minetest_game" -VERSION="5.3.0" +VERSION="5.6.1" HOMEPAGE="http://minetest.net/" -DOWNLOAD="https://github.com/minetest/minetest_game/archive/5.3.0/minetest_game-5.3.0.tar.gz" -MD5SUM="9cd86bc1119a01d93e092dbcbeca5c37" +DOWNLOAD="https://github.com/minetest/minetest_game/archive/5.6.1/minetest_game-5.6.1.tar.gz" +MD5SUM="91a7f337487c090c39cfbc136cc4c65a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="minetest" |