diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/minetest_game/minetest_game.SlackBuild | 4 | ||||
-rw-r--r-- | games/minetest_game/minetest_game.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/minetest_game/minetest_game.SlackBuild b/games/minetest_game/minetest_game.SlackBuild index 5ac14ebb94..77bbb273bf 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-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=minetest_game -VERSION=${VERSION:-0.4.16} +VERSION=${VERSION:-0.4.17.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} diff --git a/games/minetest_game/minetest_game.info b/games/minetest_game/minetest_game.info index e635c996b2..27eda09f2f 100644 --- a/games/minetest_game/minetest_game.info +++ b/games/minetest_game/minetest_game.info @@ -1,8 +1,8 @@ PRGNAM="minetest_game" -VERSION="0.4.16" +VERSION="0.4.17.1" HOMEPAGE="http://minetest.net/" -DOWNLOAD="https://github.com/minetest/minetest_game/archive/0.4.16/minetest_game-0.4.16.tar.gz" -MD5SUM="e97efb4618f345ae3039af7ba844fb9c" +DOWNLOAD="https://github.com/minetest/minetest_game/archive/0.4.17.1/minetest_game-0.4.17.1.tar.gz" +MD5SUM="be11d7e9ed5d6760f3c8a8a04dcc4327" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="minetest" |